frozen_lake How to install 1 - Create a virtual environment python -m venv .venv 2 - Activate the virtual environment source .venv/bin/activate 3 - Install the required packages pip install -r requirements.txt Run cd src python3 main.py