paper-with-me

Papers

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 of a policy given the policy's parameters. The system is trained by updating the parameters using gradient descent on a new surrogate loss function consisting of the Proximal Policy Optimization 'Clipped' loss function and a bonus term representing the expected improvement acquisition function given by the Gaussian process. This new method is shown to be comparable to and at times empirically outperform current algorithms on environments that simulate robotic locomotion using the MuJoCo physics engine.

📄 PDF Abstract BibTeX arXiv:2003.01074

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar 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 …

Reinforcement LearningContinuous ControlGaussian Processes

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

Wasserstein Gradient Flows for Optimizing Gaussian Mixture Policies

2023-05-17 · NeurIPS 2023 11

Robots often rely on a repertoire of previously-learned motion policies for performing tasks of diverse complexities. When facing unseen task conditions or when new task requirements arise, robots must adapt their motion…

Collision AvoidanceRiemannian optimization

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…

GPU-Accelerated Policy Optimization via Batch Automatic Differentiation of Gaussian Processes for Real-World Control

2022-02-28 · Abdolreza Taheri, Joni Pajarinen, Reza Ghabcheloo

The ability of Gaussian processes (GPs) to predict the behavior of dynamical systems as a more sample-efficient alternative to parametric models seems promising for real-world robotics research. However, the computationa…

Gaussian ProcessesGPU