You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide info on how human supervision was provided for the simulated datasets (e.g. lerobot/aloha_sim_transfer_cube_human)? I am starting to setup a similar MuJoCo gym environment for the Stretch (https://github.com/mmurray/gym-stretch) and I would like to collect/train on some human teleop data, but it seems like the current control_robot.py script and data collection examples are setup only for physical robots. Is there a branch somewhere with the code used to collect lerobot/aloha_sim_transfer_cube_human that I can reference?
Thanks!
The text was updated successfully, but these errors were encountered:
You can find the control_sim_robot.py script in this branch. Just keep in mind that this is not the final version and plenty of things will change especially with the new refactoring of control_robot.py. I have also only tested it with the mujoco environment in gym_lowcostrobot
The usage is exactly the same as control_robot.py. You only need to define a sim config yaml file in lerobot/configs/env.
Here's an example of the one I am using with the gym_lowcostrobot.
Hello,
Can you provide info on how human supervision was provided for the simulated datasets (e.g.
lerobot/aloha_sim_transfer_cube_human
)? I am starting to setup a similar MuJoCo gym environment for the Stretch (https://github.com/mmurray/gym-stretch) and I would like to collect/train on some human teleop data, but it seems like the currentcontrol_robot.py
script and data collection examples are setup only for physical robots. Is there a branch somewhere with the code used to collectlerobot/aloha_sim_transfer_cube_human
that I can reference?Thanks!
The text was updated successfully, but these errors were encountered: