liruiw / GenSim

Generating Robotic Simulation Tasks via Large Language Models
https://liruiw.github.io/gensim
MIT License
294 stars 24 forks source link

Can two robotic arms be generated to operate? #8

Closed peppaaaaaaa closed 11 months ago

peppaaaaaaa commented 11 months ago

Sorry to bother you again. I am currently researching a project where robotic arms collaborate to complete tasks. I found that Gensim can complete individual robotic arm movements, but after researching the code, I did not find any code for setting the number of robotic arms. Can you tell me if this project can generate two robotic arms, or can the cliport successfully generate two robotic arms? Looking forward to your reply!

liruiw commented 11 months ago

Thanks for bringing this up. This robot setup follows CLIPort which uses a single arm. To extend to multiple arms, I think you can look into the environment code and modify the action and goal space of the environment. The GenSim pipeline is independent of the number of arms, as it only sets the scene and the start/goal in each action.