๐ฒREINFORCE
"agent": {
"name": str,
"algorithm": {
"name": str,
"action_pdtype": str,
"action_policy": str,
"gamma": float,
"training_frequency": int,
"entropy_coef_spec": {...},
},
"memory": {
"name": str,
},
"net": {
"type": str,
"hid_layers": list,
"hid_layers_activation": str,
"optim_spec": dict,
}
},
...
}Last updated
Was this helpful?