Skip to content

Commit f5d18af

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/reinforce-learning-DQN
1 parent 2e0a6fd commit f5d18af

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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:03cff5eea161682233056190bbbff55cbc7bdefe2f5e7023bf03d78e8b8001a3
3-
size 137826
2+
oid sha256:8856e860b229ade1ab1a37ef92b0440d8b76960c00ee69379f2df11aeda6ef08
3+
size 136303

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ accelerator:
2020
- CPU
2121
- GPU
2222
environment:
23+
- matplotlib==3.9.1
24+
- pytorch-lightning==2.0.9.post0
2325
- gym==0.23.1
26+
- torch==2.0.1+cu118
27+
- pygame==2.6.0
28+
- torchmetrics==1.2.1
2429
- seaborn==0.13.2
30+
- numpy==1.26.4
2531
- pandas==2.2.2
26-
- pygame==2.6.0
27-
- lightning==2.3.3
28-
published: '2024-07-23T11:37:21.979006'
32+
published: '2024-07-23T16:30:58.276514'

0 commit comments

Comments
 (0)