mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 12:40:08 +00:00
Reverted back files that were changed during the rebase
This commit is contained in:
@@ -51,8 +51,7 @@ while i < NB_CYCLES_CLIENT_CONNECTION:
|
||||
action_sent = robot.send_action(action)
|
||||
observation = robot.get_observation()
|
||||
|
||||
task = "Dummy Example Task Dataset"
|
||||
frame = {**action_sent, **observation, "task": task}
|
||||
frame = {**action_sent, **observation, "task": "Dummy Example Task Dataset"}
|
||||
|
||||
dataset.add_frame(frame)
|
||||
i += 1
|
||||
|
||||
Reference in New Issue
Block a user