Change final value network activation to identity

This commit is contained in:
Johannes Fischer
2021-08-06 18:48:53 +02:00
parent 66bfba3986
commit 025c71767f
2 changed files with 4 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
hidden_n: 3,
hidden_dim: 50,
output_dim: 1, // number of outputs e.g. number of actions, or just one
final_activation: 'sigmoid',
final_activation: 'id',
},
},
policy_optim: {