All my recreational Reinforcement Learning exercises
Find a file
2026-04-25 00:24:37 +02:00
gridworld Removed the main function from kinds_windy.py 2026-04-25 00:24:37 +02:00
.gitignore Added policy_evaluation and value_iteration for gridworld exercise 2026-04-19 09:29:17 +02:00
.python-version Added policy_evaluation and value_iteration for gridworld exercise 2026-04-19 09:29:17 +02:00
LICENSE Initial commit 2026-04-19 09:26:01 +02:00
pyproject.toml Added kings windy exercise 2026-04-25 00:19:54 +02:00
README.md Added gridworld exercise in gridworld module 2026-04-19 10:54:02 +02:00
uv.lock Added gridworld exercise in gridworld module 2026-04-19 10:54:02 +02:00

Recreational RL

Some recreational Reinforcement Learning exercises

Build

Synchronize the dependencies and build the scripts

uv sync

Run the scripts

Check which script (or exercise) you can run via uv (all prefixed by run-):

uv run | grep "run-"

and run the exercise you want like

uv run run-gridworld