Skip to content

Commit b3b952e

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/reinforce-learning-DQN
1 parent 89860e7 commit b3b952e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:65775019ec0335e8de55cf26386ece9615075f0376ccdeb90d150767b28e549d
3-
size 162549
2+
oid sha256:dae74ee19851e2284a1eec0a05693fdca1ac114f788e0089ad8788443510f71e
3+
size 133980

.notebooks/lightning_examples/reinforce-learning-DQN.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ accelerator:
2222
OS: Linux
2323
python: 3.10.12
2424
environment:
25+
- pytorch-lightning==2.3.3
26+
- matplotlib==3.9.1
27+
- torch==2.1.2+cu121
2528
- pandas==2.2.2
26-
- numpy==1.26.4
27-
- gym==0.23.1
28-
- seaborn==0.13.2
2929
- torchmetrics==1.4.0.post0
30-
- matplotlib==3.9.1
30+
- gym==0.23.1
3131
- torchvision==0.16.2+cu121
32-
- torch==2.1.2+cu121
32+
- seaborn==0.13.2
33+
- numpy==1.26.4
3334
- pygame==2.6.0
34-
- pytorch-lightning==2.1.4
35-
published: '2024-07-26T11:03:19.041833'
35+
published: '2024-07-26T13:11:07.521562'

0 commit comments

Comments
 (0)