Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-aractingi committed Dec 2, 2024
1 parent 0478b15 commit 24aabe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerobot/scripts/control_sim_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def record(
env_timestamp = info.get("timestamp", dataset.episode_buffer["size"] / fps)

frame = {
"action": torch.from_numpy(action) * 180 / np.pi,
"action": torch.from_numpy(action),
"next.reward": reward,
"next.success": success,
"seed": seed,
Expand Down

0 comments on commit 24aabe7

Please sign in to comment.