- Then we strongly advise to the readers to create a new environment for this project for instance with the command `conda create -n the_name_you_want`
- You will need after to install pip with `conda install pip`
- If you have a gpu do `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch` otherwise if you prefer to use your CPU do `conda install pytorch torchvision torchaudio cpuonly -c pytorch`
- If you have a gpu do `conda install pytorch torchvision cudatoolkit=11.3 -c pytorch` otherwise if you prefer to use your CPU do `conda install pytorch torchvision cpuonly -c pytorch`
- At last launch `pip install -r requirements.txt`
### Construction of the domains and running of our experiments