paper-with-me

홈 › Papers

Robust Optimization through Neuroevolution

2018-10-02 · Paolo Pagliuca, Stefano Nolfi

We propose a method for evolving solutions that are robust with respect to variations of the environmental conditions (i.e. that can operate effectively in new conditions immediately, without the need to adapt to variations). The obtained results show how the method proposed is effective and computational tractable. It permits to improve performance on an extended version of the double-pole balancing problem, to outperform the best available human-designed controllers on a car racing problem, and to generate rather effective solutions for a swarm robotic problem. The comparison of different algorithms indicates that the CMA-ES and xNES methods, that operate by optimizing a distribution of parameters, represent the best options for the evolution of robust neural network controllers.

📄 PDF Abstract BibTeX arXiv:1810.01125

Code (0)

등록된 구현이 없습니다.

Tasks

Car Racing

Similar Papers 제목 키워드 기반

Neuroevolutionary Multi-objective approaches to Trajectory Prediction in Autonomous Vehicles

2022-05-04 · Fergal Stapleton, Edgar Galván, Ganesh Sistu, Senthil Yogamani

The incentive for using Evolutionary Algorithms (EAs) for the automated optimization and training of deep neural networks (DNNs), a process referred to as neuroevolution, has gained momentum in recent years. The configur…

Autonomous VehiclesEvolutionary AlgorithmsTrajectory Prediction

NEORL: NeuroEvolution Optimization with Reinforcement Learning

2021-12-01 · Majdi I. Radaideh, Katelin Du, Paul Seurin, Devin Seyler 외

We present an open-source Python framework for NeuroEvolution Optimization with Reinforcement Learning (NEORL) developed at the Massachusetts Institute of Technology. NEORL offers a global optimization interface of state…

Benchmarkingglobal-optimizationreinforcement-learningReinforcement Learning+1

Can Transfer Neuroevolution Tractably Solve Your Differential Equations?

2021-01-06 · Jian Cheng Wong, Abhishek Gupta, Yew-Soon Ong

This paper introduces neuroevolution for solving differential equations. The solution is obtained through optimizing a deep neural network whose loss function is defined by the residual terms from the differential equati…

A Study of Fitness Landscapes for Neuroevolution

2020-01-30 · Nuno M. Rodrigues, Sara Silva, Leonardo Vanneschi

Fitness landscapes are a useful concept to study the dynamics of meta-heuristics. In the last two decades, they have been applied with success to estimate the optimization power of several types of evolutionary algorithm…

Evolutionary Algorithms

VINE: An Open Source Interactive Data Visualization Tool for Neuroevolution

2018-05-03 · Rui Wang, Jeff Clune, Kenneth O. Stanley

Recent advances in deep neuroevolution have demonstrated that evolutionary algorithms, such as evolution strategies (ES) and genetic algorithms (GA), can scale to train deep neural networks to solve difficult reinforceme…

Data VisualizationEvolutionary AlgorithmsReinforcement LearningReinforcement Learning (RL)