This notebook demonstrates a reinforcement machine learning example using MAPDL through PyMAPDL. See the example notebook at PyMAPDL Cart-Pole Notebook.

First, make sure you have PyMAPDL and MAPDL installed. Visit PyMAPDL - Getting Started
Next, clone the ml-rl-cartpole repository and make sure you are in the correct directory with:
git clone https://github.com/pyansys/ml-rl-cartpole cd ml-rl-cartpole
Start JupyterLab and open cartpole.ipynb. Follow the directions in the example.
Feel free to contribute to ml-rl-cartpole repository.
This example is licened under the MIT License.