Skip to content

Commit

Permalink
minor change to install.py and baselines run.py (openai#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhesse authored and pzhokhov committed Oct 3, 2018
1 parent 0ae6180 commit 7eaad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build_env(args):

elif env_type == 'retro':
import retro
gamestate = args.gamestate or 'Level1-1'
gamestate = args.gamestate or retro.State.DEFAULT
env = retro_wrappers.make_retro(game=args.env, state=gamestate, max_episode_steps=10000,
use_restricted_actions=retro.Actions.DISCRETE)
env.seed(args.seed)
Expand Down

0 comments on commit 7eaad9e

Please sign in to comment.