14 open-source projects similar to chanliang/eepo, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
TradeMaster is a reinforcement learning trading framework and algorithmic trading simulator designed for designing and testing quantitative trading strategies. The system provides a platform for developing reinforcement learning agents, managing quantitative portfolios, and optimizing trade execution using financial market data. The project features specialized components for multi-modality data preprocessing, a high-fidelity market environment simulation for strategy backtesting, and a quantitative portfolio manager for capital reallocation across multiple assets. It includes a trade executi
🌠 A PO st-training recipe for scaling R L on A dvanced R eason I ng model S 🚀
25/08/20 : Aceept as EMNLP 2025 Main Conference paper
This is the official implementation of TreePO algorithm.
💜 Confucius Demo | 🤗 Hugging Face | 🤖 ModelScope | ⌨️ GitHub | 📚 Paper | 💬 Wechat
✨ Getting Started • 📖 Introduction 🔧 Usage • 📃 Evaluation • 🎈 Citation • 🌻 Acknowledgement • 📈 Star History
rllm is an asynchronous reinforcement learning framework for training language agents. It provides a unified pipeline that runs the same agent code for both evaluation and training, automatically capturing traces for gradient computation. The framework supports distributed reinforcement learning across multiple GPUs and nodes using pluggable backends, and executes agents in isolated sandboxes—either locally or in the cloud—for safe and scalable rollout collection. It trains agents built with LangGraph, SmolAgents, OpenAI Agents SDK, or custom frameworks without requiring core logic changes. T
ICLR 2026 Agentic Reinforced Policy Optimization (ARPO)
G2RPO-A: Guided Group Relative Policy Optimization with Adaptive Guidance
Implementation for ACL'25 paper TreeRL: LLM Reinforcement Learning with On-Policy Tree Search. The implementation is based on OpenRLHF
DARS: Dynamic Action Re-Sampling to Enhance Coding Agent Performance by Adaptive Tree Traversal
```bash conda create -n rllm python=3.10 -y conda activate rllm
DAPO: an Open-source RL System from ByteDance Seed and Tsinghua AIR
The official repository for "Parallel-R1: Towards Parallel Thinking via Reinforcement Learning".