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 593e104 commit ce866f6Copy full SHA for ce866f6
src/agentlab/agents/generic_agent_hinter/generic_agent.py
@@ -117,7 +117,7 @@ def get_action(self, obs):
117
system_prompt = SystemMessage(dp.SystemPrompt().prompt)
118
119
# use those queries to retrieve from the database and pass to prompt if step-level
120
- queries_for_hints = (
+ self.queries = (
121
self._get_queries()[0] if getattr(self.flags, "hint_level", "episode") == "step" else None
122
)
123
0 commit comments