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
If you have M1 Macbook like me and would like to visualize the task scenes locally:
Download the macos-compatible .dmg file from MuJoCo release page, inside it should have a MuJoCo.app file that you can drag into your /Application folder, so it becomes just like other apps in your Mac. You could then open up the app and drag xml files in it. Find more informationa in the official documentation.
Install other packages
pip install -r requirements.txt
Acquire OpenAI/Claude API Keys
This is required for prompting GPTs or Claude LLMs. You don't necessarily need both of them. Put your key string somewhere safely in your local repo, and provide a file path (something like ./roco/openai_key.json) and load them in the scripts. Example code snippet:
Please direct to Mandi Zhao.
If you are interested in contributing or collaborating, please feel free to reach out! I'm more than happy to chat and brainstorm together.
Cite
@misc{mandi2023roco,
title={RoCo: Dialectic Multi-Robot Collaboration with Large Language Models},
author={Zhao Mandi and Shreeya Jain and Shuran Song},
year={2023},
eprint={2307.04738},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
About
Codebase for paper: RoCo: Dialectic Multi-Robot Collaboration with Large Language Models