An open API service indexing awesome lists of open source software.

https://github.com/ansys/ml-rl-cartpole

Reinforced Machine Learning Example: Cartpole
https://github.com/ansys/ml-rl-cartpole

Last synced: about 1 month ago
JSON representation

Reinforced Machine Learning Example: Cartpole

Awesome Lists containing this project

README

        

Reinforcement ML using PyMAPDL: Cart-Pole Simulation
====================================================
This notebook demonstrates a reinforcement machine learning example using MAPDL
through PyMAPDL. See the example notebook at `PyMAPDL Cart-Pole Notebook
`_.

.. image:: https://github.com/pyansys/ml-rl-cartpole/raw/main/doc/source/images/openai.gif
:target: https://github.com/pyansys/ml-rl-cartpole/blob/main/notebook.ipynb
:alt: CartPole ML

Installation
~~~~~~~~~~~~
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:

.. code::

git clone https://github.com/pyansys/ml-rl-cartpole
cd ml-rl-cartpole

Usage
-----
Start `JupyterLab `_ and open `cartpole.ipynb
`_. Follow
the directions in the example.

Contributions
-------------
Feel free to contribute to `ml-rl-cartpole repository `_.

License
-------
This example is licened under the `MIT License `_.