agent= rlDDPGAgent(observationInfo,actionInfo,initOpts)creates a deep deterministic policy gradient agent for an environment with the given observation and action specifications. The agent uses default networks configured using options specified in theinitOptsobject. For more information on the initializatio...