docs/2-quick-start.md
This quick start requires only one machine with one A100 GPU. It runs Agent Lightning v1.0 with the local controller and provides the shortest path from an installed repository to a real rollout-driven training job.
Complete Installation, including the verl GPU stack.
AGL v1.0 itself is lightweight, but policy inference and GRPO updates still require the GPU stack used by
verland vLLM.
Download the Calc-X dataset from Google Drive, then extract it and place these files under examples/calc_x/data/:
train.parquet
test.parquet
test_mini.parquet
sample.jsonl
Activate the project environment and install the dependencies:
source .venv/bin/activate
uv pip install openai httpx sympy \
"autogen-agentchat" "autogen-ext[openai]" \
"mcp>=1.11.0,<2" mcp-server-calculator
From the repository root:
examples/calc_x/run_local.sh
The launcher performs four operations:
verl/vLLM model backend;agl-server on port 8181;agl-controller runner_type=local;Service logs are written under /tmp/.
Once the task is running, you can view the training results in W&B.
When you want to stop the run, press Ctrl+C once and wait for the script to exit. Do not press Ctrl+C repeatedly, as the cleanup process takes some time to stop all resources and processes safely.