slitherin icon indicating copy to clipboard operation
slitherin copied to clipboard

AI research environment for the game of Snake 🐍 .

Results 3 slitherin issues
Sort by recently updated
recently updated
newest added

It seems Tensorflow doesn't support Python 2.7 anymore. I installed some of the versions (1.10.0, 1.5.0, 1.8.0) with .whl from here https://github.com/fo40225/tensorflow-windows-wheel. But with all versions im having this error:...

Fix dependency versions to minimize incompatibility. This can solve the issue https://github.com/gsurma/slitherin/issues/2

pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Using TensorFlow backend. Traceback (most recent call last): File "slitherin.py", line 14, in from game.models.general_purpose.ddqn_ai_solver import DDQNSolver, DDQNTrainer File "/home/jcwebdev0/slitherin/game/models/general_purpose/ddqn_ai_solver.py", line 2,...