Skip to content

Commit

Permalink
Comment out auto-fix obs space
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 5, 2024
1 parent e55201a commit bc3514e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rl-trained-agents
2 changes: 1 addition & 1 deletion rl_zoo3/enjoy.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def enjoy() -> None: # noqa: C901
"learning_rate": 0.0,
"lr_schedule": lambda _: 0.0,
"clip_range": lambda _: 0.0,
"observation_space": env.observation_space, # load models with different obs bounds
# "observation_space": env.observation_space, # load models with different obs bounds
}

if "HerReplayBuffer" in hyperparams.get("replay_buffer_class", ""):
Expand Down

0 comments on commit bc3514e

Please sign in to comment.