Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Language Guided Generation of 3D Embodied AI Environments.

License

gongbingg/Holodeck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Language Guided Generation of 3D Embodied AI Environments


Installation

Use the following commands to install the required dependencies.

conda create --name holodeck python=3.9.16
conda activate holodeck
pip install -r requirements.txt
pip install --extra-index-url https://ai2thor-pypi.allenai.org ai2thor==0+6f165fdaf3cf2d03728f931f39261d14a67414d0

Data

Download the data from here and extract it to the data/ folder, or use the following command:

FILE_ID=1MQbFbNfTz94x8Pxfkgbohz4l46O5e3G1
CONFIRM=$(curl -sc /tmp/gcookie "https://drive.google.com/uc?export=download&id=${FILE_ID}" | grep -o 'confirm=[^&]*' | sed 's/confirm=//')
wget --load-cookies /tmp/gcookie "https://drive.google.com/uc?export=download&confirm=${CONFIRM}&id=${FILE_ID}" -O data.zip && rm -rf /tmp/gcookie
unzip data.zip

Usage

You can use the following command to generate a new environment.

python main.py --query "a living room" --openai_api_key <OPENAI_API_KEY>

To be noticed, our system is using gpt-4-1106-preview, please make sure you have access to it.

Citation

Please cite the following paper if you use this code in your work.

@inproceedings{holodeck,
  title={Language Guided Generation of 3D Embodied AI Environments}
}

About

Language Guided Generation of 3D Embodied AI Environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%