Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: sven1977 <[email protected]>
  • Loading branch information
sven1977 committed Aug 22, 2024
1 parent c50e586 commit c5635a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rllib/tuned_examples/sac/humanoid_sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
.environment("Humanoid-v4")
.training(
initial_alpha=1.001,
lr=0.00005,
actor_lr=0.00005,
critic_lr=0.00005,
alpha_lr=0.00005,
target_entropy="auto",
n_step=(1, 3),
tau=0.005,
Expand Down

0 comments on commit c5635a7

Please sign in to comment.