Skip to content

Latest commit

History

History
2 lines (2 loc) 路 313 Bytes

10606.bugfix.md

File metadata and controls

2 lines (2 loc) 路 313 Bytes

Fix max_history truncation in AugmentedMemoizationPolicy to preserve the most recent UserUttered event. Previously, AugmentedMemoizationPolicy failed to predict next action after long sequences of actions (longer than max_history) because the policy did not have access to the most recent user message.