Commit 02f7e648 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated number of actions in hfo python interface.

parent ed4c009f
...@@ -14,7 +14,7 @@ class HFO_Actions: ...@@ -14,7 +14,7 @@ class HFO_Actions:
QUIT QUIT
''' '''
DASH, TURN, TACKLE, KICK, MOVE, SHOOT, PASS, DRIBBLE, QUIT = range(8) DASH, TURN, TACKLE, KICK, MOVE, SHOOT, PASS, DRIBBLE, QUIT = range(9)
class HFO_Status: class HFO_Status:
''' Current status of the HFO game. ''' ''' Current status of the HFO game. '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment