Rasa Core version: 0.8.3
Python version: 2.7
Operating system : ubuntu
Issue:
I notice that a stories.md file is auto generated at root path of project, is that normal? Should I put it into .gitignore?
My project is based on the example/restaurantbot, after running a robot or doing a interactive-learning to robot, a stories.md is generated or updated. And I noticed that example/concertbot also generates a stories.md.
*the path is {project}/stories.md, not {project}/data/stories.md
At the end of interactive learning if you do not specify an output file the model will output generated stories to stories.md in the project root. If you want the generated stories to be in the same file as your training data then type in the path you want (data/stories.md) when exiting interactive learning:
Here's an example:
The bot wants to [action_listen]. Is this correct?
1. Yes.
2. No, the action is wrong.
0. Export current conversations as stories and quit
0
File to export to (if file exists, this will append the stories) [stories.md]: data/stories.md
Thank you for reply @jLukeC
Yes I know that the default output path in interactive learning is ./stories.md
But I does not mean this situation.
Actually when I specify data/stories.md in interactive learning, the ./stories.md is updated.
And when I run the chatbot, (in restaurantbot example, I called python bot.py run), the ./stories.md is also updated.
I just had the same issue, https://github.com/AbdurRub point me out it was already explained here: https://github.com/RasaHQ/rasa_core/issues/415
Thank you @AlvaroMonteagudo, that's right, it's the same issue, I didn't notice.
Hm... so what should I do now? close this issue? sorry I am new to github
yeah i'll close this issue, we'll keep the discussion on the other thread