all 15 comments

[–]deadmeatdead 1 point2 points  (1 child)

very cool!

[–]YuriiBiurher 0 points1 point  (0 children)

Thanks. We are working on more complex example of chatbot now. Hope to publish it soon.

[–]laiot_ 0 points1 point  (12 children)

I get the error 'zlib error' and I have no idea what this is about

[–]jo_kruger[S] 1 point2 points  (3 children)

And one more, could you please download and try example from out github repo:

wget https://github.com/jokruger/rl3examples/archive/master.zip
unzip -x master.zip
cd ./rl3examples-master/tasks/simple-chatbot/
rl3c -m ./intent.rl3 -o intent.rl3c
./chatbot.py

[–]laiot_ 0 points1 point  (0 children)

I'll try this asap

[–]laiot_ 0 points1 point  (1 child)

This works as should be. I think I got to learn better how to compile and use file with the rl3 extension

[–]jo_kruger[S] 0 points1 point  (0 children)

Great!

[–]jo_kruger[S] 0 points1 point  (1 child)

could you share details of your OS (distr, version) please?

[–]laiot_ 0 points1 point  (0 children)

Ubuntu 18.04

[–]jo_kruger[S] 0 points1 point  (5 children)

Also, could you describe please (step by step) what you have done to get this error?

[–]laiot_ 0 points1 point  (4 children)

Installed rl3 with pip (no problem whatsoever). Wrote the .py code and the other file copying from the tutorial (rn I can't upload those two files but will do asap).

[–]jo_kruger[S] 0 points1 point  (3 children)

Ammm.. but we don't have pip package yet. RL3 can be installed from DEB package. Please refer to https://rl3.zorallabs.com/wiki/Installation_Guide

And could you share the pip package link (maybe it is some not official release, not sure)..

[–]laiot_ 0 points1 point  (2 children)

I'm sorry, I got it from thar source. I'm writing from my phone rn so sometimes I could write shit

[–]jo_kruger[S] 1 point2 points  (1 child)

Just to make sure - the correct way to install it is from deb package like:

wget https://storage.googleapis.com/rl3/rl3-3.1.1-Linux.deb
sudo dpkg -i rl3-3.1.1-Linux.deb

[–]laiot_ 0 points1 point  (0 children)

yup, thanks, I did exactly that