This is the code repository for my master thesis, which can be found in the same directory as this README and the file is called "Master_Thesis.pdf".
The thesis has also been condensed into a short paper, which was published as part of ICAART 2025. The paper is called "Making Reinforcement Learning Safer via Curriculum Learning", which can be found in this repository in the same directory as this README, where the file is called "ICAART_2025_Paper.pdf"
All figures used in the thesis and more can be found in the figures folder.
All of the experiments used in the thesis can be found in the experiments folder.
First install the requirements using pip install -r requirements.txt.
To run a specific experiment, just run the corresponding file in a code editor or run
python experiments/<experiment>.py, where <experiment> is the respective experiment.