Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Get Human Demonstration Data in Mujoco #17

Open
Jessy-Huang opened this issue Jan 26, 2024 · 2 comments
Open

How to Get Human Demonstration Data in Mujoco #17

Jessy-Huang opened this issue Jan 26, 2024 · 2 comments

Comments

@Jessy-Huang
Copy link

Hello Tony,
I have finished reproducing your open source dataset in a virtual environment, and I want to collect some teaching data in Mujoco simulation environment to train the robot to do other tasks, but there is no code in your open source project, and there is no mention of how to control the movement of robotic arm remotely (keypad or remote control) in the official doc of Mujoco, so I'm not sure how to get human data in Mujoco. Can you provide some help?
Thanks
Jessy

@tonyzhaozh
Copy link
Owner

Yes that part of the code is not released. What we did is to use the physical ALOHA leader arms to teleoperate the simulated ALOHA follower arms. The operator watches the rendering of the mujoco env on a monitor.

Check out this function to get a rough sense of it. Note it will not run without ALOHA hardware. https://github.com/tonyzhaozh/act/blob/main/sim_env.py#L246

@Jessy-Huang
Copy link
Author

Yes that part of the code is not released. What we did is to use the physical ALOHA leader arms to teleoperate the simulated ALOHA follower arms. The operator watches the rendering of the mujoco env on a monitor.

Check out this function to get a rough sense of it. Note it will not run without ALOHA hardware. https://github.com/tonyzhaozh/act/blob/main/sim_env.py#L246

What is the format of source of data(https://github.com/tonyzhaozh/act/blob/main/sim_env.py#L253,https://github.com/tonyzhaozh/act/blob/main/sim_env.py#L255 ),We have a robotic arm in our lab that also has cameras, and based on your experimental process, we thought we could link the Mujoco emulator to our robotic arm and use the data from our lab's robotic arm to drive the Mujoco emulator to acquire the corresponding data.

Can you post the format of master_bot_left and master_bot_right that you ran out and I'll get the corresponding data on my robotic arm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants