paper-with-me

홈 › Papers

Behavior-Guided Actor-Critic: Improving Exploration via Learning Policy Behavior Representation for Deep Reinforcement Learning

2021-04-09 · Ammar Fayad, Majd Ibrahim

In this work, we propose Behavior-Guided Actor-Critic (BAC), an off-policy actor-critic deep RL algorithm. BAC mathematically formulates the behavior of the policy through autoencoders by providing an accurate estimation of how frequently each state-action pair was visited while taking into consideration state dynamics that play a crucial role in determining the trajectories produced by the policy. The agent is encouraged to change its behavior consistently towards less-visited state-action pairs while attaining good performance by maximizing the expected discounted sum of rewards, resulting in an efficient exploration of the environment and good exploitation of all high reward regions. One prominent aspect of our approach is that it is applicable to both stochastic and deterministic actors in contrast to maximum entropy deep reinforcement learning algorithms. Results show considerably better performances of BAC when compared to several cutting-edge learning algorithms.

📄 PDF Abstract BibTeX arXiv:2104.04424

Code (1)

AmmarFayad/Behavioral-Actor-Critic 공식 구현 pytorch

Tasks

Deep Reinforcement LearningEfficient Exploration

Similar Papers 제목 키워드 기반

Adversarially Guided Actor-Critic

2021-02-08 · ICLR 2021 1 · Yannis Flet-Berliac, Johan Ferret, Olivier Pietquin, Philippe Preux 외

Despite definite success in deep reinforcement learning problems, actor-critic algorithms are still confronted with sample inefficiency in complex environments, particularly in tasks where efficient exploration is a bott…

Deep Reinforcement LearningEfficient Exploration

Off-Policy Deep Reinforcement Learning with Analogous Disentangled Exploration

2020-02-25 · Anji Liu, Yitao Liang, Guy Van Den Broeck

Off-policy reinforcement learning (RL) is concerned with learning a rewarding policy by executing another policy that gathers samples of experience. While the former policy (i.e. target policy) is rewarding but in-expres…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

ACE : Off-Policy Actor-Critic with Causality-Aware Entropy Regularization

2024-02-22 · Tianying Ji, Yongyuan Liang, Yan Zeng, Yu Luo 외

The varying significance of distinct primitive behaviors during the policy learning process has been overlooked by prior model-free RL algorithms. Leveraging this insight, we explore the causal relationship between diffe…

continuous-controlContinuous ControlEfficient Exploration

Learning to Explore with Meta-Policy Gradient

2018-03-13 · Tianbing Xu, Qiang Liu, Liang Zhao, Jian Peng

The performance of off-policy learning, including deep Q-learning and deep deterministic policy gradient (DDPG), critically depends on the choice of the exploration policy. Existing exploration methods are mostly based o…

Q-LearningReinforcement LearningReinforcement Learning (RL)

Learning to Explore via Meta-Policy Gradient

2018-07-01 · ICML 2018 7 · Tianbing Xu, Qiang Liu, Liang Zhao, Jian Peng

The performance of off-policy learning, including deep Q-learning and deep deterministic policy gradient (DDPG), critically depends on the choice of the exploration policy. Existing exploration methods are mostly ba…

continuous-controlContinuous ControlQ-Learningreinforcement-learning+2