https://github.com/allenai/procthor
🏘️ Scaling Embodied AI by Procedurally Generating Interactive 3D Houses
https://github.com/allenai/procthor
ai2-thor computer-vision embodied-ai procedural-generation robotics
Last synced: 8 months ago
JSON representation
🏘️ Scaling Embodied AI by Procedurally Generating Interactive 3D Houses
- Host: GitHub
- URL: https://github.com/allenai/procthor
- Owner: allenai
- License: apache-2.0
- Created: 2022-07-25T20:53:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T11:02:38.000Z (about 3 years ago)
- Last Synced: 2025-10-21T22:25:37.806Z (8 months ago)
- Topics: ai2-thor, computer-vision, embodied-ai, procedural-generation, robotics
- Language: Python
- Homepage: https://procthor.allenai.org/
- Size: 3.96 MB
- Stars: 391
- Watchers: 9
- Forks: 37
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🏘️ ProcTHOR
Scaling Embodied AI by Procedurally Generating Interactive 3D Environments

ProcTHOR procedurally generates interactive, diverse, and semantically plausible houses that are compatible with AI2-THOR.
## Example
Install `procthor` with PyPi:
```bash
pip install procthor
```
And then run the example script to generate a new house:
```bash
export PYTHONPATH=$PYTHONPATH:$PWD
python scripts/example.py
```
## Citation
This code is used to generate houses for the [ProcTHOR](https://procthor.allenai.org/) paper:
```bibtex
@inproceedings{procthor,
author={Matt Deitke and Eli VanderBilt and Alvaro Herrasti and
Luca Weihs and Jordi Salvador and Kiana Ehsani and
Winson Han and Eric Kolve and Ali Farhadi and
Aniruddha Kembhavi and Roozbeh Mottaghi},
title={{ProcTHOR: Large-Scale Embodied AI Using Procedural Generation}},
booktitle={NeurIPS},
year={2022},
note={Outstanding Paper Award}
}
```
## 👋 Our Team
ProcTHOR is an open-source project built by the [PRIOR team](//prior.allenai.org) at the [Allen Institute for AI](//allenai.org) (AI2).
AI2 is a non-profit institute with the mission to contribute to humanity through high-impact AI research and engineering.