Skip to content

Commit 92f9a74

Browse files
formatting
1 parent 5921777 commit 92f9a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agentlab/agents/agent_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def overlay_action(obs, action):
142142

143143
new_obs_properties = copy.deepcopy(obs["extra_element_properties"])
144144
import os
145-
if os.getenv("AGENTLAB_USE_RETINA"):
145+
146+
if os.getenv("AGENTLAB_USE_RETINA"):
146147
# HACK: divide everything by 2 in the obs
147148
# TODO: make this more robust by changing login in annotate_action directly (or maybe in the obs section?)
148149
for key, value in new_obs_properties.items():

0 commit comments

Comments
 (0)