Memoization Policy with max history

Nearly all of my stories are very short and I want Memoization to ignore the dialogue history. For this reason, I’ve set max_history: 1 for both the Memoization & Keras policy. The exceptions are some slot filling via forms.

Never the less, I still have situations where the Memoization says there is no memorized next action.

This can happen when there’s an active form and the user asks a different intent. Is there a recommended way to exit the active form and switch to the intent?

if I want to exactly match all stories, how to set max_history? thanks so much

1 Like

So, ultimately what worked here? When there is a scenario where we need to match exact stories and also some expected stories(either repeated question or out of scenario question)… What should be the max_history and augmentation factor for policies?

Please confirm please

Can we get a response to this please?

I am getting this warning DEBUG rasa_core.policies.memoization - There is no memorised next action

I have a very simple story and I want rasa to follow that exact story

my max_history value is 5

@ChrisRahme can you help?