We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ad036 commit a827344Copy full SHA for a827344
src/agentlab/agents/generic_agent/generic_agent.py
@@ -168,7 +168,7 @@ def get_action(self, obs):
168
stats=stats,
169
extra_info={"chat_model_args": asdict(self.chat_model_args)},
170
)
171
- return ans_dict["action"], agent_info
+ return ans_dict["action"], asdict(agent_info)
172
173
def reset(self, seed=None):
174
self.seed = seed
0 commit comments