Metadata-Version: 2.4
Name: pendulum-examples
Version: 0.1.1
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: myrtle>=1.0.11
Dynamic: license-file

# pendulum-examples

Examples of reinforcement learning inverting a pendulum.
Uses the Myrtle real-time reinforcement learning workbench.

Written in support of
[a post on pendulum learning](https://brandonrohrer.com/pendulum.html).

### Running examples

Download uv at the command line if you don't already have it

    curl -LsSf https://astral.sh/uv/install.sh | sh

Run examples with

    uv run <script_name.py>

Choose from
- `uv run buckettree_ziptie_fnc.py` 
- `uv run one_hot_fnc.py` 
- `uv run q_learning_curiosity.py` 
- `uv run q_learning_epsilon.py` 
- `uv run ziptie_fnc.py` 
