is an extension of the canonical Cart Pole by adding another dimension of traversal and control to the cart, and another degree of freedom to the inverted pendulum.
The model used is built off the the inverted pendulum from Brax created by Google.
The inverted two-axis pendulum can be represented as the following:
| Variable | Description | minVal | maxVal |
|---|---|---|---|
| carts position along x-axis | -2 | 2 | |
| carts position along y-axis | -2 | 2 | |
| poles angle along the x axis about the cart in radians | |||
| poles angle along the y axis about the cart in radian | |||
| be the linear velocity of cart along x-axis | |||
| be then linear velocity of cart along y-axis | |||
| the angular velocity of the pole along the x axis about the cart | |||
| the angular velocity of the pole along the y axis about the car |
The system has control inputs:
corresponding to linear force applied to the cart in the
A writeup can be found here