File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 16
16
environment : docs/conda_env.yml
17
17
18
18
build :
19
- os : ubuntu-22 .04
19
+ os : ubuntu-24 .04
20
20
tools :
21
- python : " mambaforge-22.9 "
21
+ python : " mambaforge-23.11 "
Original file line number Diff line number Diff line change 1
1
name : root
2
2
channels :
3
3
- pytorch
4
- - defaults
4
+ - conda-forge
5
5
dependencies :
6
6
- cpuonly=1.0=0
7
- - pip=22.3.1
8
- - python=3.8
9
- - pytorch=1.13 =py3.8_cpu_0
7
+ - pip=24.2
8
+ - python=3.11
9
+ - pytorch=2.5.0 =py3.11_cpu_0
10
10
- pip :
11
+ - gymnasium>=0.28.1,<0.30
11
12
- cloudpickle
12
13
- opencv-python-headless
13
14
- pandas
@@ -16,10 +17,10 @@ dependencies:
16
17
- sphinx>=5,<8
17
18
- sphinx_rtd_theme>=1.3.0
18
19
- sphinx_copybutton
19
- - sb3-contrib>=2.0 .0
20
- - optuna
20
+ - sb3-contrib>=2.4.0a10,<3 .0
21
+ - optuna>=3.0,<5.0
21
22
- huggingface_sb3>=3.0
22
23
- rich
23
24
- tqdm
24
25
- pyyaml>=5.1
25
- - pytablewriter==0.64.2
26
+ - pytablewriter==1.2.0
You can’t perform that action at this time.
0 commit comments