ppo

Tag

Cards List
#ppo

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

arXiv cs.AI · 2d ago 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 · 6d ago 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

@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
#ppo

Revisiting Action Factorization for Complex Action Spaces

arXiv cs.LG · 2026-06-26 Cached

This paper presents a cross-sectional study comparing various action factorization methods (independent networks, shared encoder, VDN, QPLEX, Joint, Auto-Regressive) across three RL algorithm families (PPO, SAC, DQN) in hybrid discrete-continuous action spaces, introducing two new lightweight environments and variants VDN-PPO and PPO-MIX.

0 favorites 0 likes
#ppo

KLip-PPO: A per-sample KL perspective on PPO-Clip

arXiv cs.LG · 2026-06-24 Cached

This paper shows that the gradient of the clipped surrogate in Proximal Policy Optimization (PPO) is exactly reproduced by a per-sample Kullback-Leibler penalty with a variable coefficient, revealing structural features of the clipped surrogate and suggesting new design directions.

0 favorites 0 likes
#ppo

@Phoenixyin13: The now-famous PPO, one of the core alignment algorithms underlying ChatGPT, was actually rejected by the top AI conference NIPS (now NeurIPS) in 2017. Even more ironic is the reviewers' reasoning: limited novelty, insufficient improvement over baselines. This phenomenon directly tears off the veil of academia...

X AI KOLs Timeline · 2026-06-18 Cached

The article recounts how PPO, as one of the core alignment algorithms of ChatGPT, was rejected by the top AI conference NIPS in 2017 on grounds of limited novelty and insufficient improvement, revealing the drawbacks of academic peer review.

0 favorites 0 likes
#ppo

@johnschulman2: PPO had a second wave in the LLM era for reasons unanticipated by the original paper - the importance-ratio objective f…

X AI KOLs Following · 2026-06-18 Cached

This paper reveals that the clipping mechanism in PPO and GRPO biases entropy in RLVR for LLMs: clip-low increases entropy, clip-high decreases it. The authors prove that standard clipping reduces entropy even with random rewards, and show that adjusting clip-low can prevent entropy collapse and promote exploration.

0 favorites 0 likes
#ppo

@Phoenixyin13: Highly recommend this RL interview question collection! @sheriyuo compiled 35 RL benchmarks covering both Algorithm and Infrastructure, from PPO, GRPO's clip, KL penalty, advantage calculation, to…

X AI KOLs Timeline · 2026-06-07 Cached

Recommend an RL interview question collection compiled by @sheriyuo, covering algorithms and infrastructure such as PPO, GRPO, MoE, vLLM, suitable for LLM RL interview preparation and research.

0 favorites 0 likes
#ppo

Read the Trace, Steer the Path: Trajectory-Aware Reinforcement Learning for Diffusion Language Models

arXiv cs.CL · 2026-06-04 Cached

This paper introduces CAPR (Cached-Amortized Path Refinement), a reinforcement learning algorithm for diffusion large language models that extracts tree-like supervision signals from the denoising trace without the compute cost of full tree rollouts. CAPR achieves state-of-the-art performance on reasoning benchmarks like GSM8K, Math500, Sudoku, and Countdown at roughly 0.75x the cost of flat rollouts.

0 favorites 0 likes
#ppo

When LLM Reward Design Fails: Diagnostic-Driven Refinement for Sparse Structured RL

arXiv cs.LG · 2026-05-29 Cached

This paper frames LLM-generated reward shaping for sparse structured RL as a debugging problem, identifying failure modes like reward flooding and semantic misunderstanding. The authors propose diagnostic-driven iterative refinement, achieving dramatic success rate improvements (e.g., DoorKey-8×8 from 2.3% to 97.6%) compared to one-shot generation.

0 favorites 0 likes
#ppo

Self-Play Reinforcement Learning under Imperfect Information in Big 2

arXiv cs.LG · 2026-05-29 Cached

This paper presents a self-play reinforcement learning framework for the four-player imperfect-information card game Big 2, comparing policy-gradient and value-based methods and finding that PPO with entropy regularization outperforms others.

0 favorites 0 likes
#ppo

A Unified Python Framework for Direct PPO-based Control of AHUs with Economizer Logic and CO2-Constrained Ventilation

arXiv cs.LG · 2026-05-26 Cached

A unified Python framework using PPO-based deep reinforcement learning for optimizing HVAC control with economizer logic and CO2-constrained ventilation is presented, showing improved energy efficiency and temperature stability over traditional PID controllers.

0 favorites 0 likes
#ppo

Not All Transitions Matter: Evidence from PPO

arXiv cs.LG · 2026-05-26 Cached

This paper investigates the temporal correlation problem in on-policy reinforcement learning with PPO, showing that randomly dropping a fixed fraction of transitions from rollouts reduces gradient redundancy and stabilizes training without degrading performance.

0 favorites 0 likes
#ppo

Value-Gradient Hypothesis of RL for LLMs

arXiv cs.LG · 2026-05-22 Cached

This paper introduces the value-gradient hypothesis to explain why critic-free RL methods like PPO and GRPO work well for LLMs, showing that the actor backward pass carries a value-gradient-like signal. It derives a predictive criterion for when RL is most effective along the pretraining trajectory.

0 favorites 0 likes
#ppo

Show HN: Watch a neural net learn to play Snake

Hacker News Top · 2026-05-14 Cached

A web-based tool that visualizes a neural network (using PPO) learning to play Snake in real-time, with configurable parameters and 3D rendering.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback