while running rasa_core im getting below issue
See original GitHub issueException: 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Facing problem while running rasa core
Done with rasa nlu and created stories using online training but when im trying to run my bot in terminal its giving reply...
Read more >Rasa Core HTTP Server not working - Expecting Value #1936
Issue : Hi all! I followed the instructions to the letter on the documentation, but I get an error when trying to run...
Read more >Getting below error while executing "pip install -r requirements ...
This occurs when you try to install a older version which is incompatible with new ones. Rather than having all the document i...
Read more >Building a chatbot with Rasa NLU and Rasa Core - YouTube
An in-depth tutorial on how to build a chatbot using open source libraries for conversational AI Rasa NLU and Rasa Core.
Read more >Building chatbot with Rasa and spaCy - Machine Learning Plus
Usage of Rasa NLU and Rasa Core is also explained. ... I'm sure each of us would have interacted with a bot, sometimes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@akelad I am facing the same issue while trying to training dialogue management model online for a simple weather chatbot:
Traceback (most recent call last): File “train_init.py”, line 27, in <module> validation_split = 0.2) File “C:\Users\swapnali_bagal\AppData\Roaming\Python\Python36\site-packages\rasa_core\agent.py”, line 501, in train raise Exception("Passing policy configuration parameters " 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.htmlRasa Core version: 0.13.2 Rasa Core sdk version: 0.12.1 rasa-nlu: 0.14.3 Python version: python 3.6.3 Operating system : windows 10 Domain File: slots: location: type: text
intents:
entities:
templates: utter_greet: - ‘Hello! How can I help?’ utter_goodbye: - ‘Talk to you later.’ - ‘Bye bye 😦’ utter_ask_location: - ‘In what location?’
actions:
This issue has been automatically closed because there has been no response to our request for more information from the original author. Without this, we don’t have enough information to help you. Please comment below with the requested information if you still need help.