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

Trying new conda setup

parent 6ca50716
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
# (replace 3.11 with your python version; for instance python3.12-dev.
name: irlcenv
channels:
- pytorch
- conda-forge
# - nodefaults
dependencies:
- python
- gymnasium[box2d]
- torch
- sympy
- tqdm
- seaborn
- pillow
- scikit-learn
- matplotlib
- requests # Required when updating the local files (read stuff from gitlab).
- pyqt6 # Try pyqt
- pygame
- pip
- pip:
- -r requirements_pip.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment