我正在学习 rasa-core bot 开发。为了理解目的,我从https://github.com/RasaHQ/rasa_core/tree/master/examples下载了 rasa restaurant bot 示例,并按照步骤中给出的步骤在本地运行该示例文档。以下是步骤
- python3 -m rasa_nlu.train -c nlu_model_config.json --fixed_model_name 当前
- python3 bot.py 训练对话
- python3 bot.py 运行
之后它提示
Bot loaded. Type a message and press enter :
Me-Hello
Bot-if you'd like to modify anything else, please tell me what
Me-moderately priced restaurant that serves creative food
Bot-if you'd like to modify anything else, please tell me what
对于几乎每条消息,机器人都会回复“如果您想修改其他任何内容,请告诉我什么” ,并且此消息仅从训练数据集中挑选出来。我没有输入我自己的任何内容。