Skip to content

Commit 7bbc7f5

Browse files
authored
Update README.md
update readme for Alfshop
1 parent 5919d1e commit 7bbc7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EPO/Alfshop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Evaluation on WebShop and ALFWorld
22

3-
We build our WebShop and ALFWorld implementation on top of [EPO] (https://github.com/Yifan-Song793/ETO/tree/main).
3+
We build our WebShop and ALFWorld implementation on top of [ETO](https://github.com/Yifan-Song793/ETO/tree/main).
44

55

66
## Structure
@@ -50,4 +50,4 @@ python -m eval_agent.main --thought_agent_config fastchat --thought_model_name <
5050
1. Implement your task loader in `eval_agent/tasks`. You should implement the `load_tasks` method which returns a task generator.
5151
2. Implement the corresponding environment in `eval_agent/envs`. The environment should parse the action generated by the LLM agent, execute the action, and return the observation. The tool/API calling should also be implemented in the environment.
5252
3. Write the instruction prompt and ICL examples in `eval_agent/prompt`. The default setting is 1-shot evaluation.
53-
4. Write a new task config in `eval_agent/configs/task`. The config defines which task class and environment class to load, and the settings of the environment (e.g., max action steps).
53+
4. Write a new task config in `eval_agent/configs/task`. The config defines which task class and environment class to load, and the settings of the environment (e.g., max action steps).

0 commit comments

Comments
 (0)