RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface
This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u
The code for BRIDGE (Beyond Two-Stage Training: Cooperative SFT and RL for LLM Reasoning).
🚀 Segment Policy Optimization: Effective Segment-Level Credit Assignment in RL for Large Language Models 🌟
The main features of aiframeresearch/spo are: Dense Reward Optimization, Off-Policy Optimization.
Open-source alternatives to aiframeresearch/spo include: rlinf/rlinf — RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the… morvanzhou/pytorch-tutorial — This project is a collection of PyTorch learning resources and educational guides designed to teach the construction… chanliang/bridge — The code for BRIDGE (Beyond Two-Stage Training: Cooperative SFT and RL for LLM Reasoning). cjreinforce/pure — [2025/10/23] 🔥🔥Our paper is accepted by NeurIPS 2025.🔥🔥 - [2025/04/22] Released our Paper on arXiv. See here -… cmu-aire/mrt — This repository contains the code for our paper titled "Optimizing Test-Time Compute via Meta Reinforcement… chenluye99/prof — Introduction.