Hi, I Created a few stories in my RASA Bot. Which follows the exact story path. There will be no deviation from the existing story path. After the execution of the story, we are using action restart, to clear all the events and slots. In this case, Do I need to use Keras Policy, only memoization policy is enough?
My Story looks like:
ding
- ding
- form_action_ding
- form{“name”:“form_action_ding”}
- form{“name”:null}
- utter_inform_ding_b939a474-25b0-4d10-925d-cff6d00b26b8
- action_restart
For this story how much max_history I need to use?.
One more question : Models generated by memoization policy contains memorized_turns.json. which contains some random turns , why not the t exact story path turns?. i am able to see these turns by setting ENABLE_FEATURE_STRING_COMPRESSION to false.