reasoning-gym/examples/veRL
joesharratt1229 51c2afc1fc
Fix/verl example (#465)
* updated verl ex

* updated script

* removed curriculum verl and updated

* updatied linting errors

* renamed

* updated config
2025-06-09 09:53:43 +01:00
..
multi_env Fix/verl example (#465) 2025-06-09 09:53:43 +01:00
.gitignore first bits of veRL example 2025-02-01 21:20:36 +00:00
README.md Fix chain sum veRL example for latest veRL (#371) 2025-03-14 20:15:54 +01:00

env setup

conda create --name verl python=3.11 -y
conda activate verl

pip install flash-attn --no-build-isolation
pip install ray wandb
# pip3 install vllm==0.7.0
pip3 install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly

Regarding vllm>0.7 see: docs

clone and install veRL

tested with verl HEAD c34206925e2a50fd452e474db857b4d488f8602d

git clone https://github.com/volcengine/verl.git
cd verl
pip install -e .

Optionally log in to huggingface hub and wandb with your keys:

huggingface-cli login
wandb login