Skip to content

Commit

Permalink
simplify MLP
Browse files Browse the repository at this point in the history
  • Loading branch information
garylvov committed Oct 11, 2024
1 parent ab42141 commit df2b1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ params:
val: 0
fixed_sigma: True
mlp:
units: [32, 64, 64]
units: [256]
activation: elu
d2rl: False

Expand Down

0 comments on commit df2b1ff

Please sign in to comment.