Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 996 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 996 Bytes

Update

Look here for details and the training code

FIRST FLAWLESS - IMMORTAL - PERFECT FLAPPY BIRD BOT - How to Train Your Pigeon

I checked my bot over millions of pipes - ran for 30 hours on a GPU - and it didn't die even once. So I'm concluding that it's immortal and the problem is now solved in full. For the first time in history. Meanwhile, these bots can be really small - even as low as 500KB in size (and lower is certainly possible with grouped convolutions and more refinement) - and fast. Part of the network in this model is not used, so the actual size is even smaller than those 1.3MB.

Dependencies

  1. Install TensorFlow
  2. sudo apt-get install graphviz
  3. sudo pip install numpy keras scikit-image pygame pydot graphviz or, maybe, pip install numpy keras scikit-image pygame pydot graphviz
  4. git clone https://github.com/ibmua/flappy.git

License: public domain.