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?
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?