paper-with-me

홈 › Papers

Qualitative Differences Between Evolutionary Strategies and Reinforcement Learning Methods for Control of Autonomous Agents

2022-05-16 · Nicola Milano, Stefano Nolfi

In this paper we analyze the qualitative differences between evolutionary strategies and reinforcement learning algorithms by focusing on two popular state-of-the-art algorithms: the OpenAI-ES evolutionary strategy and the Proximal Policy Optimization (PPO) reinforcement learning algorithm -- the most similar methods of the two families. We analyze how the methods differ with respect to: (i) general efficacy, (ii) ability to cope with sparse rewards, (iii) propensity/capacity to discover minimal solutions, (iv) dependency on reward shaping, and (v) ability to cope with variations of the environmental conditions. The analysis of the performance and of the behavioral strategies displayed by the agents trained with the two methods on benchmark problems enable us to demonstrate qualitative differences which were not identified in previous studies, to identify the relative weakness of the two methods, and to propose ways to ameliorate some of those weakness. We show that the characteristics of the reward function has a strong impact which vary qualitatively not only for the OpenAI-ES and the PPO but also for alternative reinforcement learning algorithms, thus demonstrating the importance of optimizing the characteristic of the reward function to the algorithm used.

📄 PDF Abstract BibTeX arXiv:2205.07592

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Lottery Tickets in Evolutionary Optimization: On Sparse Backpropagation-Free Trainability

2023-05-31 · Robert Tjarko Lange, Henning Sprekeler

Is the lottery ticket phenomenon an idiosyncrasy of gradient-based training or does it generalize to evolutionary optimization? In this paper we establish the existence of highly sparse trainable initializations for evol…

Inductive BiasLinear Mode ConnectivityNetwork Pruning

Efficacy of Modern Neuro-Evolutionary Strategies for Continuous Control Optimization

2019-12-11 · Paolo Pagliuca, Nicola Milano, Stefano Nolfi

We analyze the efficacy of modern neuro-evolutionary strategies for continuous control optimization. Overall, the results collected on a wide variety of qualitatively different benchmark problems indicate that these meth…

continuous-controlContinuous ControlReinforcement Learning

Learning to grow: control of material self-assembly using evolutionary reinforcement learning

2019-12-18 · Stephen Whitelam, Isaac Tamblyn

We show that neural networks trained by evolutionary reinforcement learning can enact efficient molecular self-assembly protocols. Presented with molecular simulation trajectories, networks learn to change temperature an…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Information content of coevolutionary game landscapes

2018-03-20 · Hendrik Richter

Coevolutionary game dynamics is the result of players that may change their strategies and their network of interaction. For such games, and based on interpreting strategies as configurations, strategy-to-payoff maps can…

Evolution Strategies Converges to Finite Differences

2019-12-27 · John C. Raisbeck, Matthew Allen, Ralph Weissleder, Hyungsoon Im 외

Since the debut of Evolution Strategies (ES) as a tool for Reinforcement Learning by Salimans et al. 2017, there has been interest in determining the exact relationship between the Evolution Strategies gradient and the g…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)