Skip to content

Commit

Permalink
Update lerobot/scripts/control_sim_robot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Remi <[email protected]>
  • Loading branch information
michel-aractingi and Cadene authored Dec 2, 2024
1 parent fb2cf87 commit 3e37c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lerobot/scripts/control_sim_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def record(

# get image keys
image_keys = [key for key in env.observation_space if "image" in key]
# non_image_keys = [key for key in env.observation_space if "image" not in key]
state_keys_dict = env_cfg.state_keys

if resume:
Expand Down

0 comments on commit 3e37c04

Please sign in to comment.