Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

ALFWorld Recipes

ALFWorld recipes train agents on the AgentBench ALFWorld environment.

Environment Server

Install AgentBench dependencies:

cd astraEnv/AgentBench
conda create -n agent-bench python=3.9
conda activate agent-bench
pip install -r requirements.txt
conda install podman
docker pull longinyu/agentbench-alfworld

Start the ALFWorld task server from the repo root before training:

bash examples/alfworld/qwen2.5-7b-instruct-m2po-delta/scripts/0_alfworld_server.sh

Run one example from the repo root:

bash examples/alfworld/qwen2.5-7b-instruct-m2po-delta/scripts/run_qwen2.5-7b-instruct-m2po-delta.sh

Complete guidance: docs/en/recipes/agentbench.md.


GPU Resources

These recipes default to one 8xH100 node.