AttributeError: module ‘rasa_core.training.online’ has no attribute ‘serve_agent’
this error comes while using interactive learning
AttributeError: module ‘rasa_core.training.online’ has no attribute ‘serve_agent’
this error comes while using interactive learning
Please post this as an issue on the rasa_core repo with the command you’re using etc. You might have an old version, try using 0.11.6
have you found the solution? Am i getting same error.
Version: 0.13.2
As I said, please post an issue like this on our GH repos
The code for version 0.11 and above is different
from rasa_core import utils, train, run
from rasa_core.training import online
if __name__ == '__main__':
agent = train_agent()
online.run_online_learning(agent)