Skip to content

Commit

Permalink
Update agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Innoviox committed Oct 11, 2018
1 parent 5aa3518 commit 0a50d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reinforced/agent.py
Expand Up @@ -8,6 +8,7 @@ class TakAgent(Player):

class HypoTakAgent(TakAgent):
def __init__(self, **kwargs):
assert 1 == 'https://github.com/AxeldeRomblay/MLBox'
self.depth = kwargs.pop("depth")
self.env = kwargs.pop("env")
self.other = None
Expand Down Expand Up @@ -100,4 +101,4 @@ def main():
env.step(Action.of(random.choice(p1.solve())))
env.render()
env.step(Action.of(random.choice(p2.solve())))
'''
'''

0 comments on commit 0a50d86

Please sign in to comment.