fix: not usually, rarely

This commit is contained in:
Mahdi Dibaiee 2017-04-04 11:22:12 +04:30
parent 060c27d7a2
commit c6b91ee4f8

View File

@ -3,7 +3,7 @@ Playing Flappy Bird using Evolution Strategies
After reading [Evolution Strategies as a Scalable Alternative to Reinforcement Learning](https://blog.openai.com/evolution-strategies/), I wanted to experiment something using Evolution Strategies, and Flappy Bird has always been one of my favorites when it comes to Game experiments. A simple yet challenging game.
The model learns to play very well after 3000 epochs, but not completely flawless and it usually loses in difficult cases (high difference between two wall entrances).
The model learns to play very well after 3000 epochs, but not completely flawless and it rarely loses in difficult cases (high difference between two wall entrances).
Training process is pretty fast as there is no backpropagation, and is not very costy in terms of memory as there is no need to record actions as in policy gradients.
Here is a demonstration of the model after 3000 epochs (~5 minutes on an Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz):