Raise "conflicting rules/stories" error message before training the TEDPolicy model #7691
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
area:rasa-oss/training-data
Issues focused around Rasa training data (stories, NLU, domain, etc.)
effort:atom-squad/1
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
If there are conflicting rules and/or stories, an error message "InvalidRule: Contradicting rules or stories found" is raised. But this only happens after the core models, including the TEDPolicy model, are trained, which can take long.
I would suggest moving the check for invalid rules/stories before the TEDPolicy model is trained.
Definition of done:
The text was updated successfully, but these errors were encountered: