add simulation frameworks
This commit is contained in:
parent
0c4bcaa163
commit
143b85dc07
11
README.md
11
README.md
|
@ -13,6 +13,7 @@ If you find this repository useful, please consider [citing](#citation) and STAR
|
|||
- [Planning](#planning)
|
||||
- [Manipulation](#manipulation)
|
||||
- [Instructions and Navigation](#instructions-and-navigation)
|
||||
- [Simulation Frameworks](#simulation-frameworks)
|
||||
- [Citation](#citation)
|
||||
|
||||
---
|
||||
|
@ -63,6 +64,16 @@ If you find this repository useful, please consider [citing](#citation) and STAR
|
|||
|
||||
* **VLN-BERT**: "Improving Vision-and-Language Navigation with Image-Text Pairs from the Web", *ECCV, Apr 2020* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/arjunmajum/vln-bert)]
|
||||
|
||||
---
|
||||
## Simulation Frameworks
|
||||
|
||||
* **MineDojo**: "MineDojo: Building Open-Ended Embodied Agents with Internet-Scale Knowledge", *arXiv, Jun 2022*. [[Paper](https://arxiv.org/abs/2206.08853)] [[Code](https://github.com/MineDojo/MineDojo)] [[Website](https://minedojo.org/)] [[Open Database](https://minedojo.org/knowledge_base.html)]
|
||||
* **Habitat 2.0**: "Habitat 2.0: Training Home Assistants to Rearrange their Habitat", *NeurIPS, Dec 2021*. [[Paper](https://arxiv.org/abs/2106.14405)] [[Code](https://github.com/facebookresearch/habitat-sim)] [[Website](https://aihabitat.org/)]
|
||||
* **BEHAVIOR**: "BEHAVIOR: Benchmark for Everyday Household Activities in Virtual, Interactive, and Ecological Environments", *CoRL, Nov 2021*. [[Paper](https://arxiv.org/abs/2108.03332)] [[Code](https://github.com/StanfordVL/behavior)] [[Website](https://behavior.stanford.edu/)]
|
||||
* **iGibson 1.0**: "iGibson 1.0: a Simulation Environment for Interactive Tasks in Large Realistic Scenes", *IROS, Sep 2021*. [[Paper](https://arxiv.org/abs/2012.02924)] [[Code](https://github.com/StanfordVL/iGibson)] [[Website](https://svl.stanford.edu/igibson/)]
|
||||
* **ALFRED**: "ALFRED: A Benchmark for Interpreting Grounded Instructions for Everyday Tasks", *CVPR, Jun 2020*. [[Paper](https://arxiv.org/abs/1912.01734)] [[Code](https://github.com/askforalfred/alfred)] [[Website](https://askforalfred.com/)]
|
||||
|
||||
|
||||
----
|
||||
## Citation
|
||||
If you find this repository useful, please consider citing this list:
|
||||
|
|
Loading…
Reference in New Issue