Skip to content

Commit

Permalink
Hotfix: indentation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 1, 2018
1 parent 92f5e34 commit 900e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _init():
env = gym.make(env_id)
env.seed(seed + rank)
env = Monitor(env, os.path.join(log_dir, str(rank)), allow_early_resets=True)
return env
return env

return _init

Expand Down

0 comments on commit 900e860

Please sign in to comment.