mapping policy predicts action listen while running, but not in testing #6899
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version:
1.10.x
Issue:
If I have a mapping in my domain that is not in my stories, it is correctly predicted by the mapping policy, and the action listen is predicted by the mapping policy, as expected, while talking to the bot in rasa shell:
However, if I have the same training data (the one-turn interaction isn't included in the training data), and a test in which this one-turn interaction occurs, the utterance is correctly predicted by the mapping policy, but the action_listen is not:
In this case TED still predicted the right action, but if it predicts lower than my core fallback threshold, this would cause my test to fail although it works as expected with the same input data while actually talking to the bot.
The text was updated successfully, but these errors were encountered: