paper-with-me

홈 › Papers

Approximating Gradients for Differentiable Quality Diversity in Reinforcement Learning

2022-02-08 · Bryon Tjanaka, Matthew C. Fontaine, Julian Togelius, Stefanos Nikolaidis

Consider the problem of training robustly capable agents. One approach is to generate a diverse collection of agent polices. Training can then be viewed as a quality diversity (QD) optimization problem, where we search for a collection of performant policies that are diverse with respect to quantified behavior. Recent work shows that differentiable quality diversity (DQD) algorithms greatly accelerate QD optimization when exact gradients are available. However, agent policies typically assume that the environment is not differentiable. To apply DQD algorithms to training agent policies, we must approximate gradients for performance and behavior. We propose two variants of the current state-of-the-art DQD algorithm that compute gradients via approximation methods common in reinforcement learning (RL). We evaluate our approach on four simulated locomotion tasks. One variant achieves results comparable to the current state-of-the-art in combining QD and RL, while the other performs comparably in two locomotion tasks. These results provide insight into the limitations of current DQD algorithms in domains where gradients must be approximated. Source code is available at https://github.com/icaros-usc/dqd-rl

📄 PDF Abstract BibTeX arXiv:2202.03666

Code (1)

icaros-usc/dqd-rl 공식 구현 pytorch

Tasks

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

FaceCoresetNet: Differentiable Coresets for Face Set Recognition

2023-08-27 · Gil Shapira, Yosi Keller

In set-based face recognition, we aim to compute the most discriminative descriptor from an unbounded set of images and videos showing a single person. A discriminative descriptor balances two policies when aggregating i…

DiversityFace RecognitionFace Verification

Fast and Feature-Complete Differentiable Physics for Articulated Rigid Bodies with Contact

2021-03-30 · Keenon Werling, Dalton Omens, Jeongseok Lee, Ioannis Exarchos 외

We present a fast and feature-complete differentiable physics engine, Nimble (nimblephysics.org), that supports Lagrangian dynamics and hard contact constraints for articulated rigid body simulation. Our differentiable p…

Leveraging Reward Gradients For Reinforcement Learning in Differentiable Physics Simulations

2022-03-06 · Sean Gillen, Katie Byl

In recent years, fully differentiable rigid body physics simulators have been developed, which can be used to simulate a wide range of robotic systems. In the context of reinforcement learning for control, these simulato…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Exploration using Model-Based Quality-Diversity with Gradients

2022-11-22 · Bryan Lim, Manon Flageat, Antoine Cully

Exploration is a key challenge in Reinforcement Learning, especially in long-horizon, deceptive and sparse-reward environments. For such applications, population-based approaches have proven effective. Methods such as Qu…

DiversityEfficient Exploration

Differentiable Antithetic Sampling for Variance Reduction in Stochastic Variational Inference

2018-10-05 · Mike Wu, Noah Goodman, Stefano Ermon

Stochastic optimization techniques are standard in variational inference algorithms. These methods estimate gradients by approximating expectations with independent Monte Carlo samples. In this paper, we explore a techni…

Stochastic OptimizationVariational Inference