This repository corresponds to the paper:
On Predictability of Reinforcement Learning Dynamics for Large Language Models
https://arxiv.org/pdf/2510.00553
# clone codebase
git clone https://github.com/caiyuchen-ustc/Alpha-RL.git && cd Alpha-RL
# prepare environment
conda create -y -n AlphaRL python=3.11
conda activate AlphaRL
cd Alpha-RL
# install dependencies
pip install -r requirements.txt
You can access the checkpoint at the following link: Hugging Face - caiyuchen
# run
cd eval
sh download_hf.sh
sh reasoning_eval.sh
sh svd.sh # Obtain the SVD decomposition of each matrix in a model
sh upd_rank.sh
cd analysis #eval/analysis
sh extract_rank1_u.sh #Extract U[:,0]
sh visualize_rank1_u_tsne.sh
sh AlphaPLS.sh
sh AlphaPredVector.sh
sh AlphaRLBuildPredictModel.sh
4 commits
Python
94.2%
Shell
5.8%
This repository corresponds to the paper:
On Predictability of Reinforcement Learning Dynamics for Large Language Models
https://arxiv.org/pdf/2510.00553
# clone codebase
git clone https://github.com/caiyuchen-ustc/Alpha-RL.git && cd Alpha-RL
# prepare environment
conda create -y -n AlphaRL python=3.11
conda activate AlphaRL
cd Alpha-RL
# install dependencies
pip install -r requirements.txt
You can access the checkpoint at the following link: Hugging Face - caiyuchen
# run
cd eval
sh download_hf.sh
sh reasoning_eval.sh
sh svd.sh # Obtain the SVD decomposition of each matrix in a model
sh upd_rank.sh
cd analysis #eval/analysis
sh extract_rank1_u.sh #Extract U[:,0]
sh visualize_rank1_u_tsne.sh
sh AlphaPLS.sh
sh AlphaPredVector.sh
sh AlphaRLBuildPredictModel.sh
4 commits
Python
94.2%
Shell
5.8%