Passing policy configuration parameters to `agent.train(...)` is not supported anymore

Hi everyone, I am trying to run a notebook similar to this one rasa-workshop-pydata-nyc/rasa-pydatanyc-workshop-executed.ipynb at master · RasaHQ/rasa-workshop-pydata-nyc · GitHub in the newest rasa rasa_nlu: 0.15.0 rasa_core: 0.14.3 i have two issues one I could not see that graph start and and it only show me output ? AND the second one is raise Exception("Passing policy configuration parameters " 521 "to agent.train(...) is not supported " 522 "anymore. Specify parameters directly in the " Exception: Passing policy configuration parameters to agent.train(...) is not supported anymore. Specify parameters directly in the policy configuration instead. More info https://rasa.com/docs/core/migrations.html

Hi @hajoura, that notebook runs on much older versions of nlu and core. It cannot be used on the latest versions because so much has changed.

thank you so much for your answer