zy20031230/AlphaAlign

7

stars

1

commits

Python

primary language

Jan 5, 2026

updated

README

quick start

ENVIRONMENT

conda create -n Alpha python=3.10
conda activate Alpha
pip install -r requirements.txt
wandb login

scripts prepare and training

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

model merge

Open merge script, filled in your specific checkpoint path and hf_model_path to get the final model

More Details

please refer to Verl Official readme

Evaluation

Open ./Evaluation

Contributors

zy20031230

1 commits

zy20031230/AlphaAlign

7

stars

1

commits

Python

primary language

Jan 5, 2026

updated

README

quick start

ENVIRONMENT

conda create -n Alpha python=3.10
conda activate Alpha
pip install -r requirements.txt
wandb login

scripts prepare and training

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

model merge

Open merge script, filled in your specific checkpoint path and hf_model_path to get the final model

More Details

please refer to Verl Official readme

Evaluation

Open ./Evaluation

Contributors

zy20031230

1 commits

Languages

Python

95.7%

Shell

2.2%

Jupyter Notebook

1.7%