cindywen commited on
Commit
c8132c5
•
1 Parent(s): 18fc70f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -9,5 +9,13 @@
9
  **AgentEvol-7B** is trained with the AgentEvol algorithm on Llama-2-Chat-7B. The model is first trained on the AgentTraj set with behavioural cloning. Next it performs exploration and learning from a broader set of instructions. After evolution, its performance outperforms SOTA models on many tasks.
10
 
11
  ## 🔖 Citation
12
-
13
- - TODO
 
 
 
 
 
 
 
 
 
9
  **AgentEvol-7B** is trained with the AgentEvol algorithm on Llama-2-Chat-7B. The model is first trained on the AgentTraj set with behavioural cloning. Next it performs exploration and learning from a broader set of instructions. After evolution, its performance outperforms SOTA models on many tasks.
10
 
11
  ## 🔖 Citation
12
+ ```
13
+ @misc{xi2024agentgym,
14
+ title={AgentGym: Evolving Large Language Model-based Agents across Diverse Environments},
15
+ author={Zhiheng Xi and Yiwen Ding and Wenxiang Chen and Boyang Hong and Honglin Guo and Junzhe Wang and Dingwen Yang and Chenyang Liao and Xin Guo and Wei He and Songyang Gao and Lu Chen and Rui Zheng and Yicheng Zou and Tao Gui and Qi Zhang and Xipeng Qiu and Xuanjing Huang and Zuxuan Wu and Yu-Gang Jiang},
16
+ year={2024},
17
+ eprint={2406.04151},
18
+ archivePrefix={arXiv},
19
+ primaryClass={cs.AI}
20
+ }
21
+ ```