paper-with-me

홈 › Papers

Deep Reinforcement Learning using Genetic Algorithm for Parameter Optimization

2019-02-19 · Adarsh Sehgal, Hung Manh La, Sushil J. Louis, Hai Nguyen

Reinforcement learning (RL) enables agents to take decision based on a reward function. However, in the process of learning, the choice of values for learning algorithm parameters can significantly impact the overall learning process. In this paper, we use a genetic algorithm (GA) to find the values of parameters used in Deep Deterministic Policy Gradient (DDPG) combined with Hindsight Experience Replay (HER), to help speed up the learning agent. We used this method on fetch-reach, slide, push, pick and place, and door opening in robotic manipulation tasks. Our experimental evaluation shows that our method leads to better performance, faster than the original algorithm.

📄 PDF Abstract BibTeX arXiv:1905.04100

Code (2)

aralab-unr/ReinforcementLearningWithGA 공식 구현 tf
Bibyutatsu/Self_Driving_Car pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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},…

Similar Papers 제목 키워드 기반

Policy Optimization by Genetic Distillation

2017-11-03 · ICLR 2018 1 · Tanmay Gangwani, Jian Peng

Genetic algorithms have been widely used in many practical optimization problems. Inspired by natural selection, operators, including mutation, crossover and selection, provide effective heuristics for search and black-b…

Deep Reinforcement LearningImitation LearningMuJoCoPolicy Gradient Methods+3

Optimizing Variational Quantum Circuits Using Metaheuristic Strategies in Reinforcement Learning

2024-08-02 · Michael Kölle, Daniel Seidl, Maximilian Zorn, Philipp Altmann 외

Quantum Reinforcement Learning (QRL) offers potential advantages over classical Reinforcement Learning, such as compact state space representation and faster convergence in certain scenarios. However, practical benefits …

reinforcement-learningReinforcement Learning

Reinforcement learning-enhanced genetic algorithm for wind farm layout optimization

2024-11-24 · Guodan Dong, Jianhua Qin, Chutian Wu, Chang Xu 외

A reinforcement learning-enhanced genetic algorithm (RLGA) is proposed for wind farm layout optimization (WFLO) problems. While genetic algorithms (GAs) are among the most effective and accessible methods for WFLO, their…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

QF-tuner: Breaking Tradition in Reinforcement Learning

2024-02-26 · Mahmood A. Jumaah, Yossra H. Ali, Tarik A. Rashid

In reinforcement learning algorithms, the hyperparameters tuning method refers to choosing the optimal parameters that may increase the overall performance. Manual or random hyperparameter tuning methods can lead to diff…

OpenAI GymQ-Learningreinforcement-learningReinforcement Learning+1

Multi-parameter Control for the (1+($λ$,$λ$))-GA on OneMax via Deep Reinforcement Learning

2025-05-19 · Tai Nguyen, Phong Le, Carola Doerr, Nguyen Dang

It is well known that evolutionary algorithms can benefit from dynamic choices of the key parameters that control their behavior, to adjust their search strategy to the different stages of the optimization process. A pro…

Deep Reinforcement LearningEvolutionary Algorithmsreinforcement-learningReinforcement Learning