bstraehle commited on
Commit
04f9a05
·
verified ·
1 Parent(s): 5e1f53f

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -47,7 +47,7 @@ class MultiAgent:
47
  else:
48
  return False
49
 
50
- def get_num_turns(num_moves):
51
  # Each turn includes two moves (one by each player)
52
  # The first move by player black kicks off the chat
53
  # The first move by player white starts the game
 
47
  else:
48
  return False
49
 
50
+ def get_num_turns(self, num_moves):
51
  # Each turn includes two moves (one by each player)
52
  # The first move by player black kicks off the chat
53
  # The first move by player white starts the game