Snake Game Reinforcement Learning with Tensorflow
Usage: game_tf.py [OPTIONS] [CMD]
Ex)python game_tf.py -m model/model.weights.h5 -s 500 -w 32 -h 24 show
Options:
-m, --model TEXT Stored model File
-s, --speed INTEGER pygame speed
-w, --width INTEGER board width
-b, --board_height INTEGER board height
-v, --verbose Enable verbose mode.
-h, --help Show this message and exit. Show this message and exit.