Right now all the actions are returned in a flat array. This is easy to integrate into AnyLogic pathmind helper and probably python simulations. But it will be difficult to use from a webapp trying to integrate with a policy.
example:
vs
{ "action": {
"agv1_movement": 0,
"agv2_movement": 3,
"target_value": [ 5, 1]
}
}
Right now all the actions are returned in a flat array. This is easy to integrate into AnyLogic pathmind helper and probably python simulations. But it will be difficult to use from a webapp trying to integrate with a policy.
example:
vs