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 5921777 commit 92f9a74Copy full SHA for 92f9a74
src/agentlab/agents/agent_utils.py
@@ -142,7 +142,8 @@ def overlay_action(obs, action):
142
143
new_obs_properties = copy.deepcopy(obs["extra_element_properties"])
144
import os
145
- if os.getenv("AGENTLAB_USE_RETINA"):
+
146
+ if os.getenv("AGENTLAB_USE_RETINA"):
147
# HACK: divide everything by 2 in the obs
148
# TODO: make this more robust by changing login in annotate_action directly (or maybe in the obs section?)
149
for key, value in new_obs_properties.items():
0 commit comments