Atari_EauDeQN / offline_config.json
TheoVincent's picture
main files
83e5230
raw
history blame
868 Bytes
{
"shared_parameters": {
"features": [
32,
64,
64,
"Feature Size"
],
"replay_buffer_capacity": 50000,
"batch_size": 32,
"update_horizon": 1,
"gamma": 0.99,
"learning_rate": 5e-05,
"architecture_type": "cnn",
"target_update_frequency": 2000,
"n_buffers_to_load": 5,
"n_epochs": 50,
"n_fitting_steps": 62500
},
"eaudecql": {
"n_networks": 5,
"max_noise": 3.0,
"max_speed": 0.01,
"reset_optimizer": true,
"alpha_cql": 0.1
},
"polyprunecql": {
"sparcity_start_step": 625000,
"sparcity_end_step": 2500000,
"sparcity_update_freq": 1000,
"final_sparsity": 0.95,
"alpha_cql": 0.1
},
"cql": {
"alpha_cql": 0.1
}
}