conda create -n Alpha python=3.10
conda activate Alpha
pip install -r requirements.txt
wandb login
Open ./examples/ppo_trainer/qwen3B-instruct.sh and fill your checkpoint save dir, and start running qwen3B-instruct.
bash ./examples/ppo_trainer/qwen3B-instruct.sh
Open merge script, filled in your specific checkpoint path and hf_model_path to get the final model
please refer to Verl Official readme
Open ./Evaluation
1 commits
Python
95.7%
Shell
2.2%
Jupyter Notebook
1.7%
conda create -n Alpha python=3.10
conda activate Alpha
pip install -r requirements.txt
wandb login
Open ./examples/ppo_trainer/qwen3B-instruct.sh and fill your checkpoint save dir, and start running qwen3B-instruct.
bash ./examples/ppo_trainer/qwen3B-instruct.sh
Open merge script, filled in your specific checkpoint path and hf_model_path to get the final model
please refer to Verl Official readme
Open ./Evaluation
1 commits
Python
95.7%
Shell
2.2%
Jupyter Notebook
1.7%