#reinforcementlearning #machinelearning #reinforcementlearningtutorial #controlengineering #controltheory #controlsystems #pythontutorial #python #openai #openaigym
It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts by making a PayPal donation or by becoming a Patreon:
PayPal: https://www.paypal.me/AleksandarHaber
Patreon: https://www.patreon.com/user?u=32080176&fan_landing=true
The webpage tutorial accompanying this video tutorial is given here:
In this OpenAI Gym tutorial, we introduce a Cart Pole OpenAI Gym (or Gymnasium) environment. Cart Pole environment is important since it is a classical control engineering environment. We explain how to create an environment and how to simulate random episodes. We example the state variables and rewards. In the next video, we explain how to test the Q-Learning algorithm on this environment.