How to add image as observation when using Learning Agents

Technically you could add it yourself in user space. If you sub-class the observation types, you can make a new one for images without needing to modify the plugin content itself.

The harder part would be adding in the 2d convolutions…

1 Like