Skip to content

Commit 14e9fcd

Browse files
authored
Merge pull request #128 from kengz/policy-gradient
Solution: Acrobot-v1 with ActorCritic
2 parents a32874d + 3068fa6 commit 14e9fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rl/spec/classic_experiment_specs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@
733733
"Policy": "SoftmaxPolicy",
734734
"PreProcessor": "NoPreProcessor",
735735
"param": {
736-
"lr": 0.02,
737-
"gamma": 0.99,
738-
"hidden_layers": [64],
736+
"lr": 0.005,
737+
"gamma": 0.999,
738+
"hidden_layers": [200, 100],
739739
"hidden_layers_activation": "sigmoid"
740740
},
741741
"param_range": {

0 commit comments

Comments
 (0)