Skip to content

Commit 4adde77

Browse files
authored
Merge pull request #206 from lxqpku/patch-3
Update README.md for Sotopia in EPO
2 parents 5919d1e + c1cb567 commit 4adde77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EPO/Sotopia/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Evaluation on Sotopia
22

3-
We build our Sotopia implementation on top of [Sotopia] (https://github.com/sotopia-lab/sotopia).
3+
We build our Sotopia implementation on top of [Sotopia](https://github.com/sotopia-lab/sotopia).
44

55

66
## Setup
@@ -13,7 +13,7 @@ cd sotopia
1313
pip install -e.
1414
```
1515

16-
Then install and start redis-server with the following commands:
16+
Then install and start redis-server with the following commands (download dump.rdb [here](https://huggingface.co/datasets/Tongyi-ConvAI/EPO-RL-data):
1717

1818
```bash
1919
# Install redis
@@ -31,4 +31,4 @@ cp dump.rdb ../redis-stack-server-7.2.0-v10/var/db/redis-stack/dump.rdb
3131
```bash
3232
cd Sotopia
3333
sotopia benchmark --models <TEST_MODEL_NAME> --partner-model <PARTNER_MODEL-NAME> --evaluator-model gpt-4o --strategy-model <REASON_MODEL_NAME> --strategy-model-partner <REASON_MODEL_NAME> --batch-size <BATCH_SIZE> --task all --trial-id <TRIAL_NUMBER>
34-
```
34+
```

0 commit comments

Comments
 (0)