This example demonstrates the effectiveness, though on small scale, of reinforcement learning in a control system. This project is heavily inspired by the rocket example provided by Daniel Brummerloh (2020).
This example is divided based the objective of the algorithms such as obstacles avoidance, path tracking etc.
This example focuses on thhe following objectives:
- obstacles avoidance
- object pursuit
- obstacles avoidance + object pursuit
The following python libraries are used:
- OpenAI Gym
- PyGame
- Matplotlib
- Keras
- all the other good ones...
- Refine each scripts
- Explore the cause and effect for different reward function
- Create a more challenging environment
