Deterministic run
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user