updating weight decay
This commit is contained in:
@@ -162,7 +162,7 @@ if __name__ == '__main__':
|
|||||||
},
|
},
|
||||||
'policy': {
|
'policy': {
|
||||||
'learning_rate': 3e-4,
|
'learning_rate': 3e-4,
|
||||||
'learning_rate_decay': tune.grid_search([0.001, 1.0]),
|
'learning_rate_decay': tune.grid_search([0.999, 1.0]),
|
||||||
'hidden_layer_size': tune.grid_search([10, 20, 40, 80]),
|
'hidden_layer_size': tune.grid_search([10, 20, 40, 80]),
|
||||||
'n_hidden_layers': tune.grid_search([2, 3, 4]),
|
'n_hidden_layers': tune.grid_search([2, 3, 4]),
|
||||||
'activation':0,
|
'activation':0,
|
||||||
|
|||||||
Reference in New Issue
Block a user