(1) Automatically derive a symbolic nonlinear state-space model of a cart-pole mechanical system. The cart-pole mechanical system is also known as an inverted pendulum on a cart system. (2) Simulate ...
This GitHub repository contains the implementation of the Q-Learning (Reinforcement) learning algorithm in Python. The codes are tested in the Cart Pole OpenAI Gym (Gymnasium) environment. The ...