Skip to content

Commit

Permalink
delete repeated line
Browse files Browse the repository at this point in the history
  • Loading branch information
LiubovSobolevskaya committed Feb 4, 2020
1 parent 62e8d58 commit df7293d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions a2c_ppo_acktr/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def _thunk():

env.seed(seed + rank)

obs_shape = env.observation_space.shape

if str(env.__class__.__name__).find('TimeLimit') >= 0:
env = TimeLimitMask(env)

Expand Down

0 comments on commit df7293d

Please sign in to comment.