REINFORCE
"agent": [{
"name": str,
"algorithm": {
"name": str,
"action_pdtype": str,
"action_policy": str,
"gamma": float,
"training_frequency": int,
"add_entropy": bool,
"entropy_coef": float,
},
"memory": {
"name": str,
"max_size": int
"batch_size": int
},
"net": {
"type": str,
"hid_layers": list,
"hid_layers_activation": str,
"optim_spec": dict,
}
}],
...
}Last updated
Was this helpful?