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:
# > apt install build-essential python3.11-dev swig
# 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
name: irlcenv # You can give the environment another name. It is activate by `conda activate irlcenv`
channels:
- pytorch
- conda-forge
# - nodefaults
dependencies:
- python
- gymnasium-box2d>=1.0.0
- gymnasium[box2d]>=1.0.0
- pytorch
- sympy
- tqdm
......@@ -17,7 +16,7 @@ dependencies:
- pillow
- scikit-learn
- matplotlib
- requests # Required when updating the local files (read stuff from gitlab).
- requests
- qtpy # Try pyqt, pyqt6 on other platforms.
- pygame
- pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment