Skip to content

Commit 1afc099

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

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
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:a40f5791551e526e830245872e2647d1339d7ce06451ea943cc5c178d23b75df
3-
size 109338
2+
oid sha256:301918e3983c00bd7c81fdea5e6a7eec7a0267ff1a4bd9b74d05d040efff6acb
3+
size 113885
Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
title: How to train a Deep Q Network
22
author: Lightning.ai
33
created: 2021-01-31
4-
updated: 2021-12-03
54
license: CC BY-SA
6-
build: 2
75
tags:
86
- RL
97
description: 'Main takeaways:
@@ -18,27 +16,13 @@ description: 'Main takeaways:
1816
and storing the experience in the IterableDataset
1917
2018
'
21-
requirements:
22-
- gym <0.24
23-
- pygame
24-
- pandas
25-
- seaborn
26-
- lightning>=2.0.0
2719
accelerator:
2820
- CPU
2921
- GPU
3022
environment:
31-
- lightning==2.3.3
32-
- pytorch-lightning==1.5.3
3323
- pandas==2.2.2
34-
- matplotlib==3.8.4
35-
- seaborn==0.13.2
36-
- setuptools==69.0.3
37-
- torchmetrics==1.2.1
38-
- numpy==1.26.4
39-
- torch==2.0.1+cu118
40-
- pygame==2.6.0
24+
- lightning==2.3.3
4125
- gym==0.23.1
42-
- urllib3==2.2.2
43-
- ipython==8.16.1
44-
published: '2024-07-20T00:14:43.650667'
26+
- pygame==2.6.0
27+
- seaborn==0.13.2
28+
published: '2024-07-23T01:48:50.515592'

0 commit comments

Comments
 (0)