File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
.github/unittest/linux_olddeps/scripts_gym_0_13 Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ channels:
2
2
- pytorch
3
3
- defaults
4
4
dependencies :
5
- - pip
5
+ - pip<25.0
6
6
- protobuf
7
7
- pip :
8
8
- hypothesis
@@ -21,7 +21,6 @@ dependencies:
21
21
- pyyaml
22
22
- scipy
23
23
- hydra-core
24
- - dm_control -e git+https://github.com/deepmind/dm_control.git@c053360edea6170acfd9c8f65446703307d9d352#egg={dm_control}
25
24
- mujoco
26
25
- patchelf
27
26
- pyopengl==3.1.4
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export MKL_THREADING_LAYER=GNU
22
22
export BATCHED_PIPE_TIMEOUT=60
23
23
24
24
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_test.py -v --durations 200
25
- python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_test_deps.py -v --durations 200 -k ' test_gym or test_dm_control_pixels or test_dm_control '
25
+ python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_test_deps.py -v --durations 200 -k ' test_gym'
26
26
27
27
export DISPLAY=' :99.0'
28
28
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ cp mjkey.txt mujoco_py/binaries/
62
62
pip install -e .
63
63
cd ..
64
64
65
- # cd $this_dir
65
+ # OLD DM_CONTROL NOT SUPPORTED ANYMORE
66
+ # # Install dm_control
67
+ # git clone https://github.com/deepmind/dm_control
68
+ # cd dm_control
69
+ # git checkout c053360edea6170acfd9c8f65446703307d9d352
70
+ # pip install -e .
71
+ # cd ..
66
72
67
73
# 4. Install Conda dependencies
68
74
printf " * Installing dependencies (except PyTorch)\n"
You can’t perform that action at this time.
0 commit comments