forked from robot-learning-freiburg/mobile-rl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment11.1.yml
More file actions
39 lines (39 loc) · 858 Bytes
/
environment11.1.yml
File metadata and controls
39 lines (39 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: modulation_rl
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- python=3.7
- pytorch=1.7.1
- torchvision=0.8.2
- cudatoolkit=11.0.3
- pybind11
- numpy
- pip
- matplotlib
- empy
- pyparsing
- pillow=9.0.1
- seaborn
- scipy
- typing_extensions
- cmake>=3.14
- pip:
# NOTE: with 0.10.29 resuming a run makes PR2Env() get stuck at initialisation somehow
- wandb==0.10.11
- stable-baselines3==0.10.0
- tensorboard
# NOTE: requires to not have the python2 version in PYTHONPATH
- roslibpy
- rospkg
- catkin_pkg
- gym==0.21.0
- cloudpickle==1.5.0
- git+https://github.com/dhonerkamp/pyastar.git@master#egg=pyastar
- ray[default,rllib]==1.6.0
- hpbandster
- ConfigSpace
- supersuit
- vit-pytorch
- defusedxml