All my recreational Reinforcement Learning exercises
- Python 100%
| gridworld | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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