There was an error while loading. Please reload this page.
1 parent b63149f commit 277c2e3Copy full SHA for 277c2e3
1 file changed
roll/agentic/env/webshop/env.py
@@ -78,6 +78,7 @@ def step(self, action):
78
info = {
79
"metrics": metrics,
80
}
81
+ info.update(action_info)
82
obs_with_actions = self._attach_actions(state)
83
self.step_count += 1
84
terminated, truncated = done, False
0 commit comments