TEDPolicy does not exist - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
TEDPolicy does not exist
post by andreacirillo on Oct 2, 2020
Hi Guys!
I have some problems with TEDPolicy. If I use it in the config file, I get this error:
This is my config file:
Can someone help?
Thx Andrea
post by UlisesVD on Oct 3, 2020
you’re using an old version of rasa try with the new one
and I specified max_history and epochs in that policy but I don’t know if it is required but try it
policies:
name: MemoizationPolicy
name: TEDPolicy
max_history: 5
epochs: 100
name: MappingPolicy
name: FormPolicy
name: TwoStageFallbackPolicy
nlu_threshold: 0.9
post by andreacirillo on Oct 5, 2020
Yeah… I’m actually using Rasa 1.7 version, I kinda thought it was because of this. Thanks!