Newer
Older
# On linux or MacOS, if you are *not* installing conda, you should install these packages:
# apt install build-essential python3.11-dev swig
# (replace 3.11 with your python version; for instance python3.12-dev.
name: irlcenv # You can give the environment another name. It is activate by `conda activate irlcenv`
channels:
- pytorch
- conda-forge
dependencies:
- python
- sympy
- tqdm
- seaborn
- pillow
- scikit-learn
- matplotlib