Algorithm
🏗️ Algorithm API
Algorithm Spec
{
...
"agent": [{
"name": str,
"algorithm": {
"name": str,
"action_pdtype": str,
"action_policy": str,
"gamma": float,
...,
},
...
}],
...
}Last updated
Was this helpful?