Efficient Reinforcement Learning Through Symbiotic Evolution

Abstract

This article presents a new reinforcement learning method called SANE (Symbiotic, Adaptive Neuro-Evolution), which evolves a population of neurons through genetic algorithms to form a neural network capable of performing a task. Symbiotic evolution promotes both cooperation and specialization, which results in a fast, efficient genetic search and discourages convergence to suboptimal solutions. In the inverted pendulum problem, SANE formed effective networks 9 to 16 times faster than the Adaptive Heuristic Critic and 2 times faster than Q-learning and the GENITOR neuro-evolution approach without loss of generalization. Such efficient learning, combined with few domain assumptions, make SANE a promising approach to a broad range of reinforcement learning problems, including many real-world applications.

Cite

Text

Moriarty and Miikkulainen. "Efficient Reinforcement Learning Through Symbiotic Evolution." Machine Learning, 1996. doi:10.1023/A:1018004120707

Markdown

[Moriarty and Miikkulainen. "Efficient Reinforcement Learning Through Symbiotic Evolution." Machine Learning, 1996.](https://mlanthology.org/mlj/1996/moriarty1996mlj-efficient/) doi:10.1023/A:1018004120707

BibTeX

@article{moriarty1996mlj-efficient,
  title     = {{Efficient Reinforcement Learning Through Symbiotic Evolution}},
  author    = {Moriarty, David E. and Miikkulainen, Risto},
  journal   = {Machine Learning},
  year      = {1996},
  pages     = {11-32},
  doi       = {10.1023/A:1018004120707},
  volume    = {22},
  url       = {https://mlanthology.org/mlj/1996/moriarty1996mlj-efficient/}
}