Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 724 Bytes

Setup

In the repo root:

conda create -n gameenv python=3.10
conda activate gameenv
pip install -e .

Ask Josh for the credentials file.

llm-reasoners dependency

agents/rap/reasoners comes from llm-reasoners. See their license.

@article{hao2023reasoning,
  title={Reasoning with language model is planning with world model},
  author={Hao, Shibo and Gu, Yi and Ma, Haodi and Hong, Joshua Jiahua and Wang, Zhen and Wang, Daisy Zhe and Hu, Zhiting},
  journal={arXiv preprint arXiv:2305.14992},
  year={2023}
}