The exercises in this chapter are a mix of working with ML-Agents and building your own testing analysis platform. As such, choose one or two exercises that make sense for you to complete on your own from the following list:
- Configure the TestingAgent to use a different camera for its visual observation input.
- Enable Curiosity Learning on the agent's brain.
- Set up the TestingAgent to control a different vehicle.
- Set up the TestingAgent to run on another vehicle and let ML-Agents control both of the agents simultaneously.
- Add additional tracking analytics custom events for the agents. Perhaps track the distance that the agent travels versus its lifetime. This will provide a speed factor that can also denote the agent's efficiency. An agent that hits a goal quicker will have a better speed factor.
- Enable online imitation learning by adding a second vehicle...