python3.11 -m venv .venv11
source .venv11/bin/activate
pip install -r src/sim/requirements.txtThis takes about 30 min.
python3.11 -m src.sim.mainPlease update the requirements depending on your CUDA version!
python3.13 -m venv .venv13
source .venv13/bin/activate
pip install -r requirements.txtThis takes a VERY LONG TIME approximately 4 days!
python3 -m src.ml.trainusing the same .venv13 run:
python3 -m src.ml.test