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
[2023.03.28] Due to the cancellation of access to Codex by OpenAI, planning based on Codex is no longer supported by this repository. We will update to the latest OpenAI model, ChatGPT, which has better performance, as soon as possible.
Prepare Packages
Our codebase require Python ≥ 3.9.
Please run the following commands to prepare the environments.
Our planner depends on Large Language Model like InstructGPT, Codex or ChatGPT. So we need support the OpenAI keys in the file data/openai_keys.txt. An OpenAI key list is also accepted.
After loading, you should see a window where agents are playing Minecraft.
painting
wooden_slab
stone_stairs
Note: Our planner depends on stable OpenAI API connection. If meeting connection error, please retry it.
Paper and Citation
Our paper is posted on Arxiv. If it helps you, please consider citing us!
@article{wang2023describe,
title={Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents},
author={Wang, Zihao and Cai, Shaofei and Liu, Anji and Ma, Xiaojian and Liang, Yitao},
journal={arXiv preprint arXiv:2302.01560},
year={2023}
}
About
Implementation of "Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents"