Hi there.
I tried the formbot example from Rasa GH: rasa/examples/formbot at main · RasaHQ/rasa · GitHub
Got duckling via Docker running successfully, started the actions server just fine, trained the model and started the bot. First thing I noticed was that in config.yml the epochs for both pipeline and policies are set to 1, which rasa was complaining about. I set this to 20 but it didn’t change the result. So, with the bot started I got this:
Your input -> hi
Hello! I am restaurant search assistant! How can I help?
Your input -> im looking for a restaurant
Sorry, I didn't understand you, please try input something else
Your input -> I am looking for a restaurant
What cuisine?
Your input -> Chinese
Hello! I am restaurant search assistant! How can I help?
What cuisine?
Your input -> what about indian food
Sorry, I didn't understand you, please try input something else
Your input -> I am looking for tuscan food
Sorry, I didn't understand you, please try input something else
Your input -> jamaican food
Sorry, I didn't understand you, please try input something else
Your input -> hi
Hello! I am restaurant search assistant! How can I help?
What cuisine?
Your input -> I am looking for tuscan food
Sorry, I didn't understand you, please try input something else
Your input ->
Is this supposed to work thad badly? I am using example questions close to or exactly the training data in nlu.yml. Maybe I am missing something.
Any help appreciated! Thanks
Cheers!
PS: Why has nobody tried the username “bot” before me??!