Deterministic run

This commit is contained in:
2019-03-27 14:40:18 +01:00
parent fcc78a3f9f
commit b3f3417335
4 changed files with 56 additions and 17 deletions
-8
View File
@@ -1,8 +0,0 @@
from tron.player import Player, Direction
class Ai(Player):
def __init__(self):
super(Ai, self).__init__()
def action(self, map, id):
return Direction.LEFT