Skip to content

Commit 34fcb2b

Browse files
authoredSep 16, 2024
updates to citations
1 parent a04a35e commit 34fcb2b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed
 

‎README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,15 @@ python -u -m agentq
6868

6969
### generate dpo pairs for RL
7070

71-
````bash
71+
```bash
7272
python -m agentq.core.mcts.browser_mcts
7373
```
7474

7575
#### citations
7676

7777
a bunch of amazing work in the space has inspired this.
7878

79-
````
80-
79+
```
8180
@misc{putta2024agentqadvancedreasoning,
8281
title={Agent Q: Advanced Reasoning and Learning for Autonomous AI Agents},
8382
author={Pranav Putta and Edmund Mills and Naman Garg and Sumeet Motwani and Chelsea Finn and Divyansh Garg and Rafael Rafailov},
@@ -87,8 +86,8 @@ archivePrefix={arXiv},
8786
primaryClass={cs.AI},
8887
url={https://arxiv.org/abs/2408.07199},
8988
}
90-
9189
```
90+
9291
```
9392
@inproceedings{yao2022webshop,
9493
bibtex_show = {true},
@@ -102,18 +101,15 @@ url={https://arxiv.org/abs/2408.07199},
102101
```
103102

104103
```
105-
106104
@article{he2024webvoyager,
107105
title={WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models},
108106
author={He, Hongliang and Yao, Wenlin and Ma, Kaixin and Yu, Wenhao and Dai, Yong and Zhang, Hongming and Lan, Zhenzhong and Yu, Dong},
109107
journal={arXiv preprint arXiv:2401.13919},
110108
year={2024}
111109
}
112-
113110
```
114111

115112
```
116-
117113
@misc{abuelsaad2024-agente,
118114
title={Agent-E: From Autonomous Web Navigation to Foundational Design Principles in Agentic Systems},
119115
author={Tamer Abuelsaad and Deepak Akkil and Prasenjit Dey and Ashish Jagmohan and Aditya Vempaty and Ravi Kokku},
@@ -123,11 +119,4 @@ archivePrefix={arXiv},
123119
primaryClass={cs.AI},
124120
url={https://arxiv.org/abs/2407.13032},
125121
}
126-
127-
```
128-
129-
```
130-
131-
```
132-
133122
```

0 commit comments

Comments
 (0)
Please sign in to comment.