facebookresearch / droidlet
- понедельник, 2 августа 2021 г. в 00:27:34
A modular embodied agent architecture and platform for building embodied agents
This repository, corresponding tutorials and docs are still being refined (and not ready yet).
droidlet
helps you rapidly build agents (real or virtual) that perform a wide variety of tasks specified by humans. The agents can use natural language, memory and humans in the loop.
droidlet
is an early research project for AI researchers to explore ideas around grounded dialogue, interactive learning and human-computer interfaces.
droidlet
is in active development and is fairly unstable in design, API, performance and correctness. It is not meant for any production use.
Reach out to us at droidlet@fb.com, to discuss your use case or just share your thoughts!
You want to do one of three things:
minecraft
based game agentbase_agent
abstraction
Robots | Minecraft | New Agent |
---|---|---|
1. Clone the source code
git clone --recursive https://github.com/facebookresearch/droidlet.git
cd droidlet
|
||
2. Check system requirements
- Linux
- Python 3 (Anaconda recommended)
- NVIDIA GPU (8GB+)
- PyRobot-compatible robot or sim
- Habitat-sim instructions below
|
- Linux
- Python 3 (Anaconda recommended)
- NVIDIA GPU (4GB+)
- Minecraft
- more instructions below
|
- Linux
- Python 3 (Anaconda recommended)
|
3. Install dependencies
conda create -n droidlet_env python=3.7 \
pytorch==1.7.1 torchvision==0.8.2 \
cudatoolkit=11.0 -c pytorch
conda activate droidlet_env
pip install -r \
agents/locobot/requirements.txt
python setup.py develop
|
pip install -r \
agents/craftassist/requirements.txt
|
pip install -r requirements.txt
|
4. Instructions for running the Locobot agent | Instructions for running the Craftassist agent |
|
5. Tutorials, runnable in Google Colab (more coming soon). The tutorials introduce the `base_agent` architecture and take you through the 4 components of an Agent |
||
6. API Documentation | ||
7. Agent-specific API Documentation | ||
Locobot agent API |
CraftAssist agent API |
Not Applicable |
Two papers cover the design of droidlet:
droidlet
as an embodied AI platform that is extensible to physical robots and simulators.droidlet
that is specific to the game MinecraftIf you use droidlet in your work, please cite our arXiv paper:
@misc{pratik2021droidlet,
title={droidlet: modular, heterogenous, multi-modal agents},
author={Anurag Pratik and Soumith Chintala and Kavya Srinet and Dhiraj Gandhi and Rebecca Qian and Yuxuan Sun and Ryan Drew and Sara Elkafrawy and Anoushka Tiwari and Tucker Hart and Mary Williamson and Abhinav Gupta and Arthur Szlam},
year={2021},
eprint={2101.10384},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
droidlet is MIT licensed.
Download links to the datasets described in section 6 of Technical Whitepaper are provided here:
In the root of each tarball is a README that details the file structure contained within.