question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

while running rasa_core im getting below issue

See original GitHub issue

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

Kindly help with above issue @akelad @tmbo .

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
swapbagal1commented, Feb 19, 2019

@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.html

Rasa 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:

  • greet
  • goodbye
  • inform

entities:

  • location

templates: utter_greet: - ‘Hello! How can I help?’ utter_goodbye: - ‘Talk to you later.’ - ‘Bye bye 😦’ utter_ask_location: - ‘In what location?’

actions:

  • utter_greet
  • utter_goodbye
  • utter_ask_location
  • actions.ActionWeather
0reactions
no-response[bot]commented, Feb 27, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found