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