Skip to content
Snippets Groups Projects
environment.yml 232 B
Newer Older
Shinya Shiroshita's avatar
Shinya Shiroshita committed
name: minerl
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.6
  - pip
  - pytorch
  - py-opencv
  - pip:
    - crowdai_api
    - minerl
    - coloredlogs
    - matplotlib
    - pyro4
    - pfrl
    - scikit-learn