zqhZY / _rasa_chatbot

A Chinese task oriented chatbot in IVR(Interactive Voice Response) domain, implement by rasa. This is a demo with toy dataset, more data should be added for performance.
497 stars 228 forks source link

The config file 'ivr_chatbot.yml' is missing mandatory parameters: 'policies'. Add missing parameters to config file and try again. #47

Open AlucardNosferatu opened 4 years ago

AlucardNosferatu commented 4 years ago

It tell me the rasa_nlu.train is obsolete and I change it to rasa.nlu.train as being told by cmd, then it said that rasa.nlu.train should not be run directly, and I follow its advice and change it to rasa train, this time it told me --path and --project is redundant and so I remove them, then it told me that the config.yml the command specified lack mandatory param called "policies", now I dont know how to fix it...maybe the changing api of rasa is the root of all these issues...