From 976047ad6b49d3be8b2149dac990ce3817c3441d Mon Sep 17 00:00:00 2001 From: bozoracle <72219681+bozoracle@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:04:43 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46969f6..40300d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Flappy Learning ([Demo](http://xviniette.github.io/FlappyLearning/)) -Program that learns to play Flappy Bird by machine learning ([Neuroevolution](http://www.scholarpedia.org/article/Neuroevolution)) +Program that learns to play Flappy-Bird with the help of machine learning ([Neuroevolution](http://www.scholarpedia.org/article/Neuroevolution)) ![alt tag](https://github.com/xviniette/FlappyLearning/blob/gh-pages/img/flappy.png?raw=true) @@ -33,4 +33,4 @@ var generation = ne.nextGeneration(); ne.networkScore(generation[x], ); ``` -You can see the NeuroEvolution integration in Flappy Bird in [Game.js](http://github.com/xviniette/FlappyLearning/blob/gh-pages/game.js). +You can see the NeuroEvolution integration in Flappy Bird on [Game.js](http://github.com/xviniette/FlappyLearning/blob/gh-pages/game.js).