From 8f2e818722292e72f289fdc83f412072afe790fd Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 2 Apr 2017 17:00:10 +0430 Subject: [PATCH] style --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea7cee..d0f8701 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ The pretrained parameters are in a file named `load.npy` and will be loaded when `train.py` will train the model, saving the parameters to `saves//save-`. -`demo.py` shows the game in a GTK window so you can see how the AI actually plays. +`demo.py` shows the game in a GTK window so you can see how the AI actually plays (like the GIF above). `play.py` if you feel like playing the game yourself, space: jump, once lost, press enter to play again. :grin: + _pro tip: reach 100 score and you will become THUG FOR LIFE :smoking:_ Notes