Skip to content

Commit

Permalink
Merge pull request #29 from seoulai/hotfix-checkers-example
Browse files Browse the repository at this point in the history
Update example for checkers
  • Loading branch information
martinkersner authored Oct 13, 2018
2 parents 426bf71 + 3a4ceb4 commit 439a244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/checkers_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
def main():
env = gym.make("Checkers")

a1 = RandomAgentLight("Agent 1")
a2 = RandomAgentDark("Agent 2")
a1 = RandomAgentLight()
a2 = RandomAgentDark()

obs = env.reset()

Expand Down

0 comments on commit 439a244

Please sign in to comment.