Skip to content
Snippets Groups Projects
environment.yml 594 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
    # 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
    
    tuhe's avatar
    tuhe committed
      - gymnasium-box2d
    
    tuhe's avatar
    tuhe committed
      - pytorch
    
    tuhe's avatar
    tuhe committed
      - sympy
      - tqdm
      - seaborn
      - pillow
      - scikit-learn
      - matplotlib
      - requests # Required when updating the local files (read stuff from gitlab).
    
    tuhe's avatar
    tuhe committed
      - qtpy # Try pyqt, pyqt6 on other platforms.
    
    tuhe's avatar
    tuhe committed
      - pygame
      - pip
      - pip:
          - -r requirements_pip.txt