mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-18 15:31:47 +00:00
General fixes in code, removed delta action, fixed grasp penalty, added logic to put gripper reward in info
This commit is contained in:
committed by
Michel Aractingi
parent
02e1ed0bfb
commit
9fd4c21d4d
@@ -368,8 +368,6 @@ def replay(
|
||||
start_episode_t = time.perf_counter()
|
||||
|
||||
action = actions[idx]["action"]
|
||||
# if replay_delta_actions:
|
||||
# action = action + current_joint_positions
|
||||
robot.send_action(action)
|
||||
|
||||
dt_s = time.perf_counter() - start_episode_t
|
||||
|
||||
Reference in New Issue
Block a user