MarkFzp / act-plus-plus

Imitation learning algorithms with Co-training for Mobile ALOHA: ACT, Diffusion Policy, VINN
https://mobile-aloha.github.io/
MIT License
2.86k stars 525 forks source link

Performance in simulation environment is not very good #11

Closed Boxjod closed 6 months ago

Boxjod commented 6 months ago

Follow the environment configuration steps provided by your code repository to complete 50 simulations of the two tasks. The success rate of the first task is 10/50, and the success rate of the second task is 1/50. There is also a mirror task in the code. The success rate is 15/50.

But for the task of passing the wooden block, does it count as a success if it touches two robotic arms? Because I visualized and videoed each data, none of the tasks of passing the wooden blocks were truly successful.

I want to know if this is the case for everyone? GPU computing is not used in my environment.

result2

result

Ke-Wang1017 commented 6 months ago

I have the same issue, i don not think that is the GPU issue for generating demos

Ke-Wang1017 commented 6 months ago

Follow the environment configuration steps provided by your code repository to complete 50 simulations of the two tasks. The success rate of the first task is 10/50, and the success rate of the second task is 1/50. There is also a mirror task in the code. The success rate is 15/50.

But for the task of passing the wooden block, does it count as a success if it touches two robotic arms? Because I visualized and videoed each data, none of the tasks of passing the wooden blocks were truly successful.

I want to know if this is the case for everyone? GPU computing is not used in my environment.

result2

result

Yeah i think if the cube touches the left arm gripper it will be considered as successful

tonyzhaozh commented 6 months ago

I am suspecting the scripted data generation has bug here. The success should be 50/50. Zipeng and I will look into this.

It is worth noting in the meantime that the sim component of this codebase is NOT used actively. It is essentially the same as the original ALOHA/ACT repo: https://github.com/tonyzhaozh/act.

tonyzhaozh commented 6 months ago

I am closing this issue as there are currently multiple issues pointing to the same dataset generation problem. Please check out https://github.com/MarkFzp/act-plus-plus/issues/12 where I will update progress on our end in fixing this.

Thanks, Tony