generated from mwc/project_game
game
This commit is contained in:
7
arrowkeyagent.py
Normal file
7
arrowkeyagent.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from retro.game import Game
|
||||
from retro.agent import ArrowKeyAgent
|
||||
|
||||
agent = ArrowKeyAgent()
|
||||
state = {}
|
||||
game = Game([agent], state)
|
||||
game.play()
|
||||
Reference in New Issue
Block a user