日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
強化学習arXiv:2605.11473

TOPPO: クリティックバランシングによるマルチタスク強化学習のためのPPO再考

TOPPO: Rethinking PPO for Multi-Task Reinforcement Learning with Critic Balancing

シェア:XThreadsFacebookLINEはてブBluesky

マルチタスク強化学習におけるPPOの性能低下原因がクリティック側の勾配不良であることを特定し、勾配調整とタスク間学習バランスを改善するTOPPOを提案した。

著者: Yuanpeng Li, Gefei Lin, Annie Qu, Rui Miao

分類: cs.AI, cs.LG, cs.RO, stat.ML

原文アブストラクト

Soft Actor-Critic (SAC) and its variants dominate Multi-Task Reinforcement Learning (MTRL) due to their off-policy sample efficiency, while on-policy methods such as Proximal Policy Optimization (PPO) remain underexplored. We diagnose that PPO in MTRL suffers from a previously overlooked issue: critic-side gradient ill-conditioning, which may cause tail tasks to stall while easy tasks dominate the value function's updates. To address this, we propose TOPPO (Tail-Optimized PPO), a reformulation of PPO via Critic Balancing -- a set of modules that improve gradient conditioning and balance learning dynamics across tasks. Unlike prior approaches that rely on modular architectures or large models, TOPPO targets the optimization bottleneck within PPO itself. Empirically, TOPPO achieves stronger mean and tail-task performance than published SAC-family and ARS-family baselines while using substantially fewer parameters and environment steps on Meta-World+ benchmark. Notably, TOPPO matches or surpasses strong SAC baselines early in training and maintains superior performance at full budget. Ablations confirm the effectiveness of each module in TOPPO and provide insights into their interactions. Our results demonstrate that, with proper optimization, on-policy methods can rival or exceed off-policy approaches in MTRL, challenging the prevailing reliance on SAC and highlighting critic-side gradient conditioning as the central bottleneck.

関連論文