You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Why
`set_extra_model_outputs` currently asserts that the provided key
already exists before calling `InfiniteLookbackBuffer.set`. The
docstrings for `SingleAgentEpisode` and `MultiAgentEpisode` also said
the method could insert a new key, which made the behavior ambiguous.
This updates the docstrings to describe the current overwrite-only
behavior.
Closesray-project#63217
## Tests
Not run. Documentation-only change.
Signed-off-by: GoparapukethaN <goparapukethan01@gmail.com>
0 commit comments