ppo

Tag

Cards List
#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
#ppo

Competitive self-play

OpenAI Blog · 2017-10-11 Cached

OpenAI demonstrates that competitive self-play in simulated 3D robot environments enables AI agents to discover complex physical behaviors like tackling, ducking, and faking without explicit instruction, suggesting self-play will be fundamental to future powerful AI systems.

0 favorites 0 likes
#ppo

Proximal Policy Optimization

OpenAI Blog · 2017-07-20 Cached

OpenAI introduces Proximal Policy Optimization (PPO), a reinforcement learning algorithm that matches or outperforms state-of-the-art methods while being simpler to implement and tune. PPO uses a novel clipped objective function to constrain policy updates and has since become OpenAI's default RL algorithm.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback