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 rkojcev committed Oct 4, 2018
1 parent 8f5b384 commit a96fe6b
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 @@ -112,7 +112,7 @@ def build_env(args, render=False):

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 a96fe6b

Please sign in to comment.