ALFWorld recipes train agents on the AgentBench ALFWorld environment.
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-alfworldStart the ALFWorld task server from the repo root before training:
bash examples/alfworld/qwen2.5-7b-instruct-m2po-delta/scripts/0_alfworld_server.shRun one example from the repo root:
bash examples/alfworld/qwen2.5-7b-instruct-m2po-delta/scripts/run_qwen2.5-7b-instruct-m2po-delta.shComplete guidance: docs/en/recipes/agentbench.md.
GPU Resources
These recipes default to one 8xH100 node.