Hi, I am new to Unity. I have a camera sensor on my agent and I want to receive the images on every time step in python and use my neural network in Pytorch to take decision. But, how do I receive those observation images?
Thanks a lot
To build your own custom networks, you can use our low-level python API. The DecisionSteps and TerminalSteps you get from each env.step() will contain all the observations from the sensors on your agent.