Skip to content

[ICML'24] "TravelPlanner: A Benchmark for Real-World Planning with Language Agents"

License

Notifications You must be signed in to change notification settings

themoonwalker1/TravelPlanner_llama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run two-stage TravelPlanner for Llama:

python3 -m venv venv
./venv/bin/pip3 install -r ./agents/requirements.txt
cd agents
../venv/bin/python3 tool_agents.py
@article{xie2024travelplanner,
  title={Travelplanner: A benchmark for real-world planning with language agents},
  author={Xie, Jian and Zhang, Kai and Chen, Jiangjie and Zhu, Tinghui and Lou, Renze and Tian, Yuandong and Xiao, Yanghua and Su, Yu},
  journal={arXiv preprint arXiv:2402.01622},
  year={2024}
}

About

[ICML'24] "TravelPlanner: A Benchmark for Real-World Planning with Language Agents"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%