diff --git a/lerobot/scripts/eval.py b/lerobot/scripts/eval.py index 0e4f7bb3..8d891115 100644 --- a/lerobot/scripts/eval.py +++ b/lerobot/scripts/eval.py @@ -135,7 +135,7 @@ def eval_policy( # apply inverse transform to unnormalize the action action = postprocess_action(action, transform) - # apply the next + # apply the next action observation, reward, terminated, truncated, info = env.step(action) if max_episodes_rendered > 0: render_frame(env)