I was trying to use rasa_core.train.online.run_online_training but unable to find the method in the latest rasa package

What alternative to use for the rasa_core.train.online.run_online_training?

Hey @this-is-r-gaurav, alterative for online training is “Interactive Learning” ,you can visit this link for more details https://rasa.com/docs/core/interactive_learning/#id1 :blush:

Actually i did rasa_core/train_interactive.py at 0.12.0 ¡ RasaHQ/rasa_core ¡ GitHub watching this but its strange that there is no interactive module or method in rasa_core.training.online

Sorry but it was old version of rasa_core i was using earlier, re-updated to latest my project then got the interactive method, Thanks a lot for the help.

ok :wink:

1 Like

One more question, while using this snippets i am getting batch_size error

agent.train(data,
        augmentation_factor=50,
        epochs=500,
        batch_size=10)

TypeError: fit() got multiple values for keyword argument ‘batch_size’