JanGeffert / 2048-AI

2048 Artificial Intelligence
0 stars 0 forks source link

Original UI and MonteCarlo Rollout Agent #45

Closed JanGeffert closed 6 years ago

JanGeffert commented 6 years ago

Fixes #35 and #42

You can run the original 2048 view by calling python replay.py [path to the log file]

After that you can go into the browser at: http://0.0.0.0:8000/replay/?log=logs/24-23-4-15-2048-log.csv&speed=200

Where speed denotes the delay between moves in milliseconds.