Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Nov 18, 2024
2 parents 0fa015f + 425d671 commit 79a005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sota-implementations/a2c/utils_mujoco.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def make_ppo_models_state(proof_environment, device, *, compile: bool = False):
"low": proof_environment.action_spec.space.low.to(device),
"high": proof_environment.action_spec.space.high.to(device),
"tanh_loc": False,
"safe_tanh": not compile,
"safe_tanh": True,
}

# Define policy architecture
Expand Down

0 comments on commit 79a005c

Please sign in to comment.