paper-with-me

Papers

Evolutionary Action Selection for Gradient-based Policy Learning

2022-01-12 · Yan Ma, Tianxing Liu, Bingsheng Wei, Yi Liu, Kang Xu, Wei Li

Evolutionary Algorithms (EAs) and Deep Reinforcement Learning (DRL) have recently been integrated to take the advantage of the both methods for better exploration and exploitation.The evolutionary part in these hybrid methods maintains a population of policy networks.However, existing methods focus on optimizing the parameters of policy network, which is usually high-dimensional and tricky for EA.In this paper, we shift the target of evolution from high-dimensional parameter space to low-dimensional action space.We propose Evolutionary Action Selection-Twin Delayed Deep Deterministic Policy Gradient (EAS-TD3), a novel hybrid method of EA and DRL.In EAS, we focus on optimizing the action chosen by the policy network and attempt to obtain high-quality actions to promote policy learning through an evolutionary algorithm. We conduct several experiments on challenging continuous control tasks.The result shows that EAS-TD3 shows superior performance over other state-of-art methods.

📄 PDF Abstract BibTeX arXiv:2201.04286

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Guided Sampling-based Evolutionary Deep Neural Network for Intelligent Fault Diagnosis

2021-11-12 · Arun K. Sharma, Nishchal K. Verma

The diagnostic performance of most of the deep learning models is greatly affected by the selection of model architecture and hyperparameters. Manual selection of model architecture is not feasible as training and evalua…

DiagnosticFault DiagnosisModel Selection

Zeroth-Order Actor-Critic: An Evolutionary Framework for Sequential Decision Problems

2022-01-29 · YuHeng Lei, Yao Lyu, Guojian Zhan, Tao Zhang 외

Evolutionary algorithms (EAs) have shown promise in solving sequential decision problems (SDPs) by simplifying them to static optimization problems and searching for the optimal policy parameters in a zeroth-order way. W…

continuous-controlContinuous ControlEvolutionary AlgorithmsReinforcement Learning (RL)

Imitate Optimal Policy: Prevail and Induce Action Collapse in Policy Gradient

2025-09-02 · Zhongzhu Zhou, Yibo Yang, Ziyan Chen, Fengxiang Bie 외 arxiv

Policy gradient (PG) methods in reinforcement learning frequently utilize deep neural networks (DNNs) to learn a shared backbone of feature representations used to compute likelihoods in an action selection layer. Numero…

Reinforcement LearningOpenAI Gym

Novelty Search for Deep Reinforcement Learning Policy Network Weights by Action Sequence Edit Metric Distance

2019-02-08 · Ethan C. Jackson, Mark Daley

Reinforcement learning (RL) problems often feature deceptive local optima, and learning methods that optimize purely for reward signal often fail to learn strategies for overcoming them. Deep neuroevolution and novelty s…

Deep Reinforcement LearningEvolutionary AlgorithmsReinforcement LearningReinforcement Learning (RL)

Evolutionary Policy Optimization

2025-04-17 · Zelal Su "Lain" Mustafaoglu, Keshav Pingali, Risto Miikkulainen

A key challenge in reinforcement learning (RL) is managing the exploration-exploitation trade-off without sacrificing sample efficiency. Policy gradient (PG) methods excel in exploitation through fine-grained, gradient-b…

Policy Gradient MethodsReinforcement Learning (RL)