Skip to content

valeman/msc_thesis

 
 

Repository files navigation

Conformal Prediction for RL - MSc Thesis

Installation

I strongly recommend the use of uv to manage dependencies - download here:

>>> uv sync
>>> uv pip install -e .

Otherwise, the following default pip install should work (not yet tested):

>>> python -m venv .venv
>>> source .venv/bin/activate
>>> pip install .

Repo Structure

Currently, all the experiments live in notebooks in the notebooks/ dir. These are being moved into proper .py files as the structure begins to coalesce.

Tests

>>> uv run pytest

About

Conformal Prediction for Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.5%
  • Python 6.5%