paper-with-me

Papers

A2C is a special case of PPO

2022-05-18 · Shengyi Huang, Anssi Kanervisto, Antonin Raffin, Weixun Wang, Santiago Ontañón, Rousslan Fernand Julien Dossa

Advantage Actor-critic (A2C) and Proximal Policy Optimization (PPO) are popular deep reinforcement learning algorithms used for game AI in recent years. A common understanding is that A2C and PPO are separate algorithms because PPO's clipped objective appears significantly different than A2C's objective. In this paper, however, we show A2C is a special case of PPO. We present theoretical justifications and pseudocode analysis to demonstrate why. To validate our claim, we conduct an empirical experiment using \texttt{Stable-baselines3}, showing A2C and PPO produce the \textit{exact} same models when other settings are controlled.

📄 PDF Abstract BibTeX arXiv:2205.09123

Code (1)

vwxyzjn/a2c_is_a_special_case_of_ppo 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
A2C A2C, or Advantage Actor Critic, is a synchronous version of the A3C policy gradient method. As an alternative to the asynchronous…
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Lexicase Selection of Specialists

2019-05-22 · Thomas Helmuth, Edward Pantridge, Lee Spector

Lexicase parent selection filters the population by considering one random training case at a time, eliminating any individuals with errors for the current case that are worse than the best error in the selection pool, u…

Lexicase Selection Parameter Analysis: Varying Population Size and Test Case Redundancy with Diagnostic Metrics

2024-07-21 · Jose Guadalupe Hernandez, Anil Kumar Saini, Jason H. Moore

Lexicase selection is a successful parent selection method in genetic programming that has outperformed other methods across multiple benchmark suites. Unlike other selection methods that require explicit parameters to f…

Diagnostic

A Special Case of Quadratic Extrapolation Under the Neural Tangent Kernel

2025-12-11 · Abiel Kim arxiv

It has been demonstrated both theoretically and empirically that the ReLU MLP tends to extrapolate linearly for an out-of-distribution evaluation point. The machine learning literature provides ample analysis with respec…

Can General-Purpose Omnimodels Compete with Specialists? A Case Study in Medical Image Segmentation

2025-08-31 · Yizhe Zhang, Qiang Chen, Tao Zhou arxiv

The emergence of powerful, general-purpose omnimodels capable of processing diverse data modalities has raised a critical question: can these ``jack-of-all-trades'' systems perform on par with highly specialized models i…

Retinal Vessel SegmentationMedical Image SegmentationTumor Segmentation

Optimizing Memory Efficiency for Convolution Kernels on Kepler GPUs

2017-05-29 · Xiaoming Chen, Jianxu Chen, Danny Z. Chen, Xiaobo Sharon Hu

Convolution is a fundamental operation in many applications, such as computer vision, natural language processing, image processing, etc. Recent successes of convolutional neural networks in various deep learning applica…