Stuck at step 4 rasa-core tutorial

Hi, stuck at step 4 in rasa-core tutorial

Using: rasa-nlu==0.13.8 rasa-core==0.12.4 python==3.6

I execute the following:

python -m rasa_core.train -d domain.yml -s data/stories.md -o models/current/dialogue --epochs 200

The error:

usage: train.py [-h] {default,compare,interactive} … train.py: error: unrecognized arguments: --epochs 200

remove the --epochs 200. the version of new rasa_core also confused me.

Yes this tutorial is for an older version of rasa_core, I recommend you follow our get started pages since we have been working on them a lot over the past few months. They support the most up-to-date versions.

1 Like