Chapter 6. Alternative optimization methods: Evolutionary algorithms
This chapter covers
- Evolution algorithms for solving optimization problems
- Pros and cons of evolutionary approaches versus previous algorithms
- Solving the CartPole game without backpropagation
- Why evolutionary strategies can scale better than other algorithms
Neural networks were loosely inspired by real biological brains, and convolutional neural networks were also inspired by the biological mechanism of vision. There is a long tradition of advances in technology and engineering being motivated by biological organisms. Nature, through the process of evolution by natural selection, has solved many problems elegantly and efficiently. Naturally, people wondered whether evolution ...
Get Deep Reinforcement Learning in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.