Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JingfeiPeng committed Apr 28, 2021
1 parent d7ddd64 commit 9bb7ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game_of_tag/game_of_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TimeStopper(Stopper):
def __init__(self):
self._start = time.time()
# Currently will see obvious tag behaviour in 6 hours
self._deadline = 48 * 60 * 60 # train for 48 hours
self._deadline = 48 * 60 * 60 # train for 48 hours

def __call__(self, trial_id, result):
return False
Expand Down

0 comments on commit 9bb7ebd

Please sign in to comment.