mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 12:09:42 +00:00
No need for new isntance
This commit is contained in:
@@ -20,13 +20,9 @@ robot_config = Reachy2RobotConfig(
|
|||||||
with_mobile_base=False,
|
with_mobile_base=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
# Initialize the robot
|
# Initialize the robot
|
||||||
robot = Reachy2Robot(robot_config)
|
robot = Reachy2Robot(robot_config)
|
||||||
|
|
||||||
# reachy = ReachySDK(robot_config.ip_address)
|
|
||||||
|
|
||||||
|
|
||||||
# Create the dataset
|
# Create the dataset
|
||||||
dataset = LeRobotDataset(repo_id="glannuzel/grab_cube_2", episodes=[0])
|
dataset = LeRobotDataset(repo_id="glannuzel/grab_cube_2", episodes=[0])
|
||||||
actions = dataset.hf_dataset.select_columns("action")
|
actions = dataset.hf_dataset.select_columns("action")
|
||||||
|
|||||||
Reference in New Issue
Block a user