Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 3, 2023
1 parent d0a6fab commit b0a3799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sac/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def apply_env_transforms(env, max_episode_steps=1000):
Compose(
InitTracker(),
StepCounter(max_episode_steps),
DoubleToFloat("observation"),
DoubleToFloat(),
RewardSum(),
),
)
Expand Down

0 comments on commit b0a3799

Please sign in to comment.