ppo

Tag

Cards List
#ppo

@a_karvonen: Jerry Tworek on what was required to get RL to work for o1. Sounds a lot like the modern GRPO recipe: "Everyone already…

X AI KOLs Timeline · 2d ago Cached

Jerry Tworek discusses the technical insights and challenges in applying reinforcement learning to scale AI models like o1, highlighting the importance of simplicity and techniques such as multiple rollouts.

0 favorites 0 likes
#ppo

@harshbhatt7585: This is a writeup after reading all the foundational papers of RL, learn derivation of policy gradient algorithm and ev…

X AI KOLs Timeline · 2026-08-30 Cached

A writeup that explains the mathematics of reinforcement learning, deriving algorithms such as Policy Gradient, PPO, and GRPO, and discusses their relevance in aligning large language models through techniques like RLHF and RLVR.

0 favorites 0 likes
#ppo

I built an open-source roguelike specifically for training game-playing agents [P]

Reddit r/MachineLearning · 2026-08-22 Cached

DelveRL is an open-source, turn-based roguelike game designed as a benchmark for training game-playing agents, including a Godot-based interface and a recurrent PPO trainer for research and development.

0 favorites 0 likes
#ppo

ClawGym II: Exploring Black-Box RL on Agent Harness

Hugging Face Daily Papers · 2026-08-17 Cached

This paper introduces a unified black-box reinforcement learning framework for stable and scalable optimization of agents through complex harnesses, using sandbox execution and trajectory reconstruction with improvements on benchmarks like ClawGym-Bench.

0 favorites 0 likes
#ppo

Joint UAV Flight and Opportunistic Routing under Reinforcement Learning for Delay-Tolerant Networks

arXiv cs.AI · 2026-08-06 Cached

This paper proposes JUROR, a reinforcement learning-based framework that jointly optimizes UAV flight paths and decentralized opportunistic routing in delay-tolerant networks under centralized training and decentralized execution.

0 favorites 0 likes
#ppo

SP3O: Reinforcement Learning from Segment Preferences without Reward Modeling

arXiv cs.LG · 2026-08-05 Cached

Introduces SP3O, a novel reward-model-free, critic-free, gradient-based preference-based RL algorithm that leverages segment-level preferences, demonstrating improved performance in robotic control and LLM fine-tuning, especially for long-horizon tasks.

0 favorites 0 likes
#ppo

Reactive Play: Achieved!! Experimenting with Atari Breakout [R]

Reddit r/MachineLearning · 2026-08-04

After 123 failed PPO experiments on Atari Breakout, adding a simple proximity reward for tracking the ball during descent finally achieved reactive, non-scripted play that transfers to unfamiliar brick layouts.

0 favorites 0 likes
#ppo

Towards Robust Reinforcement Learning for Small-Scale Language Model Agents

arXiv cs.AI · 2026-07-29 Cached

This paper systematically investigates instability in reinforcement learning for small language model agents (70-500M parameters), identifying three failure modes and proposing robust techniques including a merge-and-reinitialize adapter approach and safety mechanisms; it achieves stable convergence and improved win rates.

0 favorites 0 likes
#ppo

A Graph-Based Control Interface for Traffic Signals on Heterogeneous Road Networks

arXiv cs.LG · 2026-07-27 Cached

This paper presents a graph-based traffic signal control interface using a shared graph neural network to assign scores to movements, with deterministic phase construction via incidence matrices. Experiments evaluate transfer across synthetic and city road networks, showing feasibility but sensitivity to distribution shifts.

0 favorites 0 likes
#ppo

Quasi-Monte Carlo Initialization for Meta-Reinforcement Learning

arXiv cs.LG · 2026-07-27 Cached

This paper explores using quasi-Monte Carlo (QMC) methods for weight initialization in meta-reinforcement learning, showing improved convergence in similar control tasks compared to orthogonal initialization.

0 favorites 0 likes
#ppo

Towards Robust Reinforcement Learning for Small-Scale Language Model Agents

Hugging Face Daily Papers · 2026-07-27 Cached

This paper systematically investigates failure modes in reinforcement learning for small language models (70-500M parameters) using PPO, identifies silent LoRA freezing, numerical overflow, and catastrophic policy collapse, and proposes a robust system with merge-and-reinitialize adapters, float32 precision, and a safety mechanism. The approach converges stably and outperforms baselines with less data.

0 favorites 0 likes
#ppo

PPO-HSC: An Exploratory Reinforcement Learning Framework Based on Wide-Area Policy Coverage Optimization

arXiv cs.AI · 2026-07-21 Cached

PPO-HSC introduces a High-order Sampling Coverage reward to encourage exploration of diverse reasoning patterns in RL fine-tuning of LLMs, improving solution diversity and state-space coverage on math and code tasks.

0 favorites 0 likes
#ppo

The Little Book of Reinforcement Learning

Hacker News Top · 2026-07-16 Cached

A concise introduction to Reinforcement Learning, from basics to applied algorithms, with PyTorch implementations and supplementary proofs.

0 favorites 0 likes
#ppo

From Critic to Confidence: PPO for Language-Based Quantitative Prediction with Confidence Estimation

arXiv cs.CL · 2026-07-15 Cached

The article introduces CARE-PPO, a reinforcement learning framework that integrates confidence estimation with PPO fine-tuning for language-based quantitative prediction, enabling models to produce both accurate numerical estimates and reliable confidence signals, demonstrated in healthcare and finance tasks.

0 favorites 0 likes
#ppo

SafeExplorer: An Unbiased Policy Gradient for Reinforcement Learning with Recovery Interventions

arXiv cs.LG · 2026-07-13 Cached

SafeExplorer introduces an unbiased policy gradient estimator for reinforcement learning with recovery interventions, significantly reducing training-time falls on robot tasks while matching or exceeding standard PPO's final reward.

0 favorites 0 likes
#ppo

Predictive Divergence Masks for LLM RL

Hugging Face Daily Papers · 2026-07-12 Cached

Proposes predictive divergence masks for LLM reinforcement learning that improve upon PPO's direction criterion by predicting whether the next policy gradient step will increase or decrease the divergence used by the trust region, leading to better alignment and improved RL training across model scales.

0 favorites 0 likes
#ppo

@xennygrimmato_: if you’re wondering how token-level rejection sampling works in this paper, here’s how they do it: M_t = max_v [ pi_the…

X AI KOLs Timeline · 2026-07-11 Cached

Explains token-level rejection sampling for RLHF/PPO, where importance ratio M_t is the maximum over vocabulary and tokens are accepted with Bernoulli sampling based on w_t / M_t.

0 favorites 0 likes
#ppo

A Transdiagnostic Space of Disorder Like Phenotypes in Reinforcement Learning Agents

arXiv cs.LG · 2026-07-10 Cached

This paper introduces a dose-controllable method for inducing seven psychological disorders in reinforcement learning agents by manipulating cognitive appraisal signals in an appraisal-guided PPO agent. The disorders self-organize into a two-dimensional affective space, and the framework enables modeling of both disorder induction and treatment.

0 favorites 0 likes
#ppo

Deep Reinforcement Learning for Dynamic Battery Management of Autonomous Order Pickers

arXiv cs.LG · 2026-07-08 Cached

This paper proposes a Proximal Policy Optimization (PPO)-based deep reinforcement learning framework for dynamic battery charging of autonomous mobile robots in warehouses, achieving up to 6% higher order-completion rates over baseline methods.

0 favorites 0 likes
#ppo

Gauging, Measuring, and Controlling Critic Complexity in Actor-Critic Reinforcement Learning

arXiv cs.LG · 2026-07-02 Cached

This paper introduces spectral effective-rank entropy as a metric to measure and control critic complexity in actor-critic reinforcement learning, demonstrating its measurability and controllability in TD3 and PPO experiments.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback