paper-with-me

Papers

Identifying Policy Gradient Subspaces

2024-01-12 · Jan Schneider, Pierre Schumacher, Simon Guist, Le Chen, Daniel Häufle, Bernhard Schölkopf, Dieter Büchler

Policy gradient methods hold great potential for solving complex continuous control tasks. Still, their training efficiency can be improved by exploiting structure within the optimization problem. Recent work indicates that supervised learning can be accelerated by leveraging the fact that gradients lie in a low-dimensional and slowly-changing subspace. In this paper, we conduct a thorough evaluation of this phenomenon for two popular deep policy gradient methods on various simulated benchmark tasks. Our results demonstrate the existence of such gradient subspaces despite the continuously changing data distribution inherent to reinforcement learning. These findings reveal promising directions for future work on more efficient reinforcement learning, e.g., through improving parameter-space exploration or enabling second-order optimization.

📄 PDF Abstract BibTeX arXiv:2401.06604

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlPolicy Gradient Methodsreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

PROMA: Projected Microbatch Accumulation for Reference-Free Proximal Policy Updates

2026-01-15 · Nilin Abrahamsen arxiv

This note introduces Projected Microbatch Accumulation (PROMA), a reference-free proximal policy method that controls KL divergence by projecting away high-variance components of the policy gradient. Two variants are pre…

Reinforcement Learning with Subspaces using Free Energy Paradigm

2020-12-13 · Milad Ghorbani, Reshad Hosseini, Seyed Pooya Shariatpanahi, Majid Nili Ahmadabadi

In large-scale problems, standard reinforcement learning algorithms suffer from slow learning speed. In this paper, we follow the framework of using subspaces to tackle this problem. We propose a free-energy minimization…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Variance Reduced Domain Randomization for Policy Gradient

2021-09-29 · Yuankun Jiang, Chenglin Li, Wenrui Dai, Junni Zou 외

By introducing randomness on environment parameters that fundamentally affect the dynamics, domain randomization (DR) imposes diversity to the policy trained by deep reinforcement learning, and thus improves its capabili…

Deep Reinforcement LearningPolicy Gradient Methods

Exploiting generalization in the subspaces for faster model-based learning

2017-10-22 · Maryam Hashemzadeh, Reshad Hosseini, Majid Nili Ahmadabadi

Due to the lack of enough generalization in the state-space, common methods in Reinforcement Learning (RL) suffer from slow learning speed especially in the early learning trials. This paper introduces a model-based meth…

Decision MakingReinforcement LearningReinforcement Learning (RL)

From Complexity to Simplicity: Adaptive ES-Active Subspaces for Blackbox Optimization

2019-03-07 · NeurIPS 2019 12 · Krzysztof Choromanski, Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang

We present a new algorithm ASEBO for optimizing high-dimensional blackbox functions. ASEBO adapts to the geometry of the function and learns optimal sets of sensing directions, which are used to probe it, on-the-fly. It …

compressed sensingMulti-Armed BanditsReinforcement Learning