✨ Getting Started • 📖 Introduction 🔧 Usage • 📃 Evaluation • 🎈 Citation • 🌻 Acknowledgement • 📈 Star History
Les fonctionnalités principales de prime-rl/prime sont : Critic-Based Algorithms, Dense Reward Optimization, Policy Optimization.
Les alternatives open-source à prime-rl/prime incluent : thudm/treerl — Implementation for ACL'25 paper TreeRL: LLM Reinforcement Learning with On-Policy Tree Search. The implementation is… yangzhch6/treerpo — ```bash conda create -n rllm python=3.10 -y conda activate rllm. multimodal-art-projection/treepo — This is the official implementation of TreePO algorithm. ruc-nlpir/arpo — [ICLR 2026] Agentic Reinforced Policy Optimization (ARPO). trademaster-ntu/trademaster — TradeMaster is a reinforcement learning trading framework and algorithmic trading simulator designed for designing and… chenxinan-fdu/polaris — 🌠 A PO st-training recipe for scaling R L on A dvanced R eason I ng model S 🚀.
ICLR 2026 Agentic Reinforced Policy Optimization (ARPO)
Implementation for ACL'25 paper TreeRL: LLM Reinforcement Learning with On-Policy Tree Search. The implementation is based on OpenRLHF
This is the official implementation of TreePO algorithm.
```bash conda create -n rllm python=3.10 -y conda activate rllm