Skip to content

Commit 1327683

Browse files
try this
1 parent 566b005 commit 1327683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predicators/cogman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def run_episode_and_get_observations(
215215
render_obs = cogman.get_approach_name == "oracle" and\
216216
CFG.offline_data_method == "geo_and_demo_with_vlm_imgs"
217217
if isinstance(env, PyBulletEnv):
218-
obs = env.get_observation(render=render_obs)
218+
obs = env.get_observation(render=True)
219219
else:
220220
obs = env.get_observation()
221221
observations = [obs]

0 commit comments

Comments
 (0)