commiting json files and intermediate settings used to run baseline methods around 02-26, 16ocklock. Next will set off big tuning runs for gail, gailtrpo, and bc (with committed values)

This commit is contained in:
Arec Jamgochian
2022-02-27 16:27:01 -08:00
parent 2cacdf691f
commit 5f77398fd0
9 changed files with 191 additions and 19 deletions

View File

@@ -187,8 +187,8 @@ if __name__ == '__main__':
},
'discriminator': {
'learning_rate': 1e-3,
'weight_decay': 1e-5,
'iterations_per_epoch': 500,
'weight_decay': 1e-4, # 1e-5 Fixme
'iterations_per_epoch': 100, # 500 Fixme
'n_hidden_layers_element': tune.grid_search([3,4]),
'n_hidden_layers_global': tune.grid_search([1,2]),
'hidden_layer_size': 10,