Hi
This would work previously. I now get an error when I try to test a RL agent. Is this an issue of data-type expected?
I have provided the error message as well as the properties of the agent Action and Observation objects.
Error message -> Undefined function 'getActionInfo' for input arguments of type 'struct'.
Agent and Observation objects:
>> DDPG_agent.agent.getActionInfo
  rlNumericSpec with properties:
     LowerLimit: 0
     UpperLimit: 100
           Name: [0×0 string]
    Description: [0×0 string]
      Dimension: [1 1]
       DataType: "double"
>> DDPG_agent.agent.getObservationInfo
  rlNumericSpec with properties:
     LowerLimit: [3×1 double]
     UpperLimit: [3×1 double]
           Name: "observations"
    Description: "controlled flow, error, integral of error"
      Dimension: [3 1]
       DataType: "double"