paper-with-me

Papers

Deep Gaussian Process Proximal Policy Optimization

2025-11-22 · Matthijs van der Lende, Juan Cardenas-Cartagena arxiv

Uncertainty estimation for Reinforcement Learning (RL) is a critical component in control tasks where agents must balance safe exploration and efficient learning. While deep neural networks have enabled breakthroughs in RL, they often lack calibrated uncertainty estimates. We introduce Deep Gaussian Process Proximal Policy Optimization (GPPO), a scalable, model-free actor-critic algorithm that leverages Deep Gaussian Processes (DGPs) to approximate both the policy and value function. GPPO maintains competitive performance with respect to Proximal Policy Optimization on standard high-dimensional continuous control benchmarks while providing well-calibrated uncertainty estimates that can inform safer and more effective exploration.

📄 PDF Abstract BibTeX arXiv:2511.18214

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous ControlGaussian Processes

Similar Papers 제목 키워드 기반

Riemannian Proximal Policy Optimization

2020-05-19 · Shijun Wang, Baocheng Zhu, Chen Li, Mingzhe Wu 외

In this paper, We propose a general Riemannian proximal optimization algorithm with guaranteed convergence to solve Markov decision process (MDP) problems. To model policy functions in MDP, we employ Gaussian mixture mod…

Proximal Policy Optimization with Continuous Bounded Action Space via the Beta Distribution

2021-11-03 · Irving G. B. Petrazzini, Eric A. Antonelo

Reinforcement learning methods for continuous control tasks have evolved in recent years generating a family of policy gradient methods that rely primarily on a Gaussian distribution for modeling a stochastic policy. How…

continuous-controlContinuous ControlOpenAI GymPolicy Gradient Methods

Gaussian Process Policy Optimization

2020-03-02 · Ashish Rao, Bidipta Sarkar, Tejas Narayanan

We propose a novel actor-critic, model-free reinforcement learning algorithm which employs a Bayesian method of parameter space exploration to solve environments. A Gaussian process is used to learn the expected return o…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Flow-DPPO: Divergence Proximal Policy Optimization for Flow Matching Models

2026-06-09 · Bowen Ping, Xiangxin Zhou, Penghui Qi, Minnan Luo 외 arxiv

Recent work has demonstrated that online reinforcement learning (RL) can substantially improve the quality and alignment of flow matching models for image and video generation. Methods such as Flow-GRPO and CPS cast the …

Reinforcement LearningVideo Generation

Path-Space Mirror Descent for On-Policy Reinforcement Learning under the Generalized Schrödinger Bridge

2026-03-23 · Yuehu Gong, Zeyuan Wang, Yulin Chen, Shutong Ding 외 arxiv

Classical on-policy algorithms such as PPO and mirror descent policy optimization provide stable proximal policy updates through tractable action likelihoods, but are typically instantiated with simple Gaussian policies …

Reinforcement Learning