The exercises at the end of this chapter could likely provide several hours of fun. Try and only complete one or two exercises, as we still need to finish the book:
- Set up and run the PyramidsIL scene to run online IL.
- Set up and run the PushBlockIL scene to run online IL.
- Set up and run the WallJump scene to run with online IL. This requires you to modify the scene.
- Set up and run the VisualPyramids scene to use offline recording. Record a training session then train an agent.
- Set up and run the VisualPushBlock scene to use offline recording. Use offline IL to train the agent.
- Set up the PushBlockIL scene to record an observation demo. Then use this offline training to train multiple agents in the regular PushBlock scene.
- Set up the PyramidsIL scene to record a demo recording. Then use this for offline training to train multiple agents in the regular Pyramids scene...