Hi there,
We’re working on policy training and getting this error when attempting to train the TED Policy:
File "/opt/venv/lib/python3.8/site-packages/rasa/engine/graph.py", line 465, in __call__
raise GraphComponentException(
rasa.engine.exceptions.GraphComponentException: Error running graph component for node train_TEDPolicy1.
i’ve read a couple of past threads on people facing similar issues:
- GraphComponentException: Error running graph component for node train_UnexpecTEDIntentPolicy2. · Issue #10441 · RasaHQ/rasa · GitHub
- ERROR rasa.core.agent - Could not load model due to Error initializing graph component for node 'run_classifiers.[custom_commponent].[CustomClass]12 - #3 by Hendler
but we still can’t get the issue fixed. We have double checked that all intents are present in our config file, which was mentioned in one of the previous forums as a potential cause.
Policy config is as follows:
- name: RulePolicy
- name: TEDPolicy
max_history: None
epochs: 100
constrain_similarities: true
Is anyone else facing this issue, and if so, has a fix? Thanks