paper-with-me

Papers

Improving Exploration in Soft-Actor-Critic with Normalizing Flows Policies

2019-06-06 · Patrick Nadeem Ward, Ariella Smofsky, Avishek Joey Bose

Deep Reinforcement Learning (DRL) algorithms for continuous action spaces are known to be brittle toward hyperparameters as well as \cut{being}sample inefficient. Soft Actor Critic (SAC) proposes an off-policy deep actor critic algorithm within the maximum entropy RL framework which offers greater stability and empirical gains. The choice of policy distribution, a factored Gaussian, is motivated by \cut{chosen due}its easy re-parametrization rather than its modeling power. We introduce Normalizing Flow policies within the SAC framework that learn more expressive classes of policies than simple factored Gaussians. \cut{We also present a series of stabilization tricks that enable effective training of these policies in the RL setting.}We show empirically on continuous grid world tasks that our approach increases stability and is better suited to difficult exploration in sparse reward settings.

📄 PDF Abstract BibTeX arXiv:1906.02771

Code (1)

joeybose/FloRL 공식 구현 pytorch

Tasks

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Adam 설명 없음
Soft Actor Critic Soft Actor Critic, or SAC, is an off-policy actor-critic deep RL algorithm based on the maximum entropy reinforcement learning framework. In this framework, the actor aims…

Similar Papers 제목 키워드 기반

Leveraging exploration in off-policy algorithms via normalizing flows

2019-05-16 · Bogdan Mazoure, Thang Doan, Audrey Durand, R. Devon Hjelm 외

The ability to discover approximately optimal policies in domains with sparse rewards is crucial to applying reinforcement learning (RL) in many real-world scenarios. Approaches such as neural density models and continuo…

continuous-controlContinuous ControlMuJoCoReinforcement Learning+1

Discrete and Continuous Action Representation for Practical RL in Video Games

2019-12-23 · Olivier Delalleau, Maxim Peter, Eloi Alonso, Adrien Logut

While most current research in Reinforcement Learning (RL) focuses on improving the performance of the algorithms in controlled environments, the use of RL under constraints like those met in the video game industry is r…

Control with Prametrised ActionsReinforcement LearningReinforcement Learning (RL)

Maximum Entropy Reinforcement Learning via Energy-Based Normalizing Flow

2024-05-22 · Chen-Hao Chao, Chien Feng, Wei-Fang Sun, Cheng-Kuang Lee 외

Existing Maximum-Entropy (MaxEnt) Reinforcement Learning (RL) methods for continuous action spaces are typically formulated based on actor-critic frameworks and optimized through alternating steps of policy evaluation an…

IngenuityMuJoCoOmniverse Isaac GymOpenAI Gym+3

Boosting Trust Region Policy Optimization by Normalizing Flows Policy

2018-09-27 · Yunhao Tang, Shipra Agrawal

We propose to improve trust region policy search with normalizing flows policy. We illustrate that when the trust region is constructed by KL divergence constraints, normalizing flows policy generates samples far from th…

Attraction-Repulsion Actor-Critic for Continuous Control Reinforcement Learning

2019-09-17 · Thang Doan, Bogdan Mazoure, Moloud Abdar, Audrey Durand 외

Continuous control tasks in reinforcement learning are important because they provide an important framework for learning in high-dimensional state spaces with deceptive rewards, where the agent can easily become trapped…

continuous-controlContinuous ControlMuJoCoreinforcement-learning+2