Skip to content
Snippets Groups Projects
Commit c926ac13 authored by tuhe's avatar tuhe
Browse files

Modified environment a bit

parent 47baa11a
No related branches found
No related tags found
No related merge requests found
# On linux, you should run this command (or equivalent) also need these packages: # On linux or MacOS, if you are *not* installing conda, you should install these packages:
# > apt install build-essential python3.11-dev swig # apt install build-essential python3.11-dev swig
# (replace 3.11 with your python version; for instance python3.12-dev. # (replace 3.11 with your python version; for instance python3.12-dev.
name: irlcenv name: irlcenv # You can give the environment another name. It is activate by `conda activate irlcenv`
channels: channels:
- pytorch - pytorch
- conda-forge - conda-forge
# - nodefaults
dependencies: dependencies:
- python - python
- gymnasium-box2d>=1.0.0 - gymnasium[box2d]>=1.0.0
- pytorch - pytorch
- sympy - sympy
- tqdm - tqdm
...@@ -17,7 +16,7 @@ dependencies: ...@@ -17,7 +16,7 @@ dependencies:
- pillow - pillow
- scikit-learn - scikit-learn
- matplotlib - matplotlib
- requests # Required when updating the local files (read stuff from gitlab). - requests
- qtpy # Try pyqt, pyqt6 on other platforms. - qtpy # Try pyqt, pyqt6 on other platforms.
- pygame - pygame
- pip - pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment