Rasa X 0.19.1 -- interactive learning broken?
See original GitHub issueRasa version: 1.1.3
Rasa X version: 0.19.1
Python version: 3.6.7
Operating system (windows, osx, …): Windows 10
Issue:
Hello,
I updated Rasa X to 0.19.1. It has a lot of new cool features (automatically updating domain file is very nice!) but unfortunately I ran into a new problem:
When I talk to the bot in interactive learning mode, Core is not suggesting me any action.
For example:
I say hi: NLU detects the greet intent:
I click next, Rasa X is not proposing me any actions! Instead, it just runs actions_listen again:
The shell based interactive mode however, works perfectly:
Talking to the bot in Rasa X’s talk mode, also works fine:
I didn’t have this problem with Rasa X version 0.19.0.
A bug?
Cheers, Philippe
Issue Analytics
- State:
- Created 4 years ago
- Comments:24 (14 by maintainers)
Top Results From Across the Web
Rasa and Rasa X are working fine, but it shows some error in ...
Rasa and Rasa X are working fine, but it shows some error in the terminal · 1. rasa train · 2. rasa x...
Read more >101 Pandas Exercises for Data Analysis
101 python pandas exercises are designed to challenge your logical muscle and to help internalize data manipulation with python's favorite ...
Read more >Compare Packages Between Distributions - DistroWatch.com
broken -age 2.4.800398 broot 1.16.2 brotli 0.4.0 brotli 1.0.9 ... IO-Interactive 1.23.0. IO-Interface 1.90.0 ... jsonnet 0.19.1 jsonpatch 1.32
Read more >Rasa Livecoding: Dialect Quiz Bot (Interactive Training)
Now that we've got the first version of our bot trained, it's time to help level it up using Rasa X. Come join...
Read more >Scoop buckets by Github score
18. rasa/scoops: 📦 A bucket of tasty scoop flavored apps. ... for apps that are not available or broken on the other scoop...
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
@PhilippeBaert the fix has already been implemented, and will be part of the next release. We’re working on it and it should be out in the next few days
Thanks @PhilippeBaert - this was very helpful. The endpoint tries to serialise a set which it shouldn’t. This serialisation seems to work anyway in some
json.dumps()
implementations, but fails on Windows. We’ll fix this asap - I’ll get back to you once it’s released