Commit a982d70
authored
GPU Code Migration Part 2.1 (#1029)
* Rearrange approximator setup
* Drop Cuda references from RLCore
* Fix test error
* Move device out of RLCore
* Remove CUDA from RLCore dependencies
* Drop excess test
* Fix RLEnv version
* Dropping device is breaking change, bump version
* Version bump RLCore in other pkg compat entries
* Syntax error
* Fix RLEnv dependencies
* Mostly fixed...
* Fix deps
* Drop RLCore import
* Fix dependency issue
* Drop excess entries
* Install Python in RLEnv tests
* Fix refs
* Fix conda caching issue
* Drop python install
* Port DQN to new gpu syntax
* Fix type piracy
* Add back explorer / learner plan method
* Fix duplicate method, add missing method
* Port dqn
* Revert dqn fix
* Tweak dqn optimise call
* Drop cache for RLEnv due to cache issues
* dqn works
* iqn fixes
* iqn passes
* NFQ works
* NFQ works
* prio dqn works
* qr_dqn works
* rem_dqn works
* rainbow passes
* drop policy gradients temporarily
* deactivate further experiments for now
* drop device
* temporarily drop cql_sac
* Fix runtests to use testsets
* Fix rainbow
* Rearrange approximator setup
* Drop Cuda references from RLCore
* Fix test error
* Move device out of RLCore
* Remove CUDA from RLCore dependencies
* Drop excess test
* Fix RLEnv version
* Dropping device is breaking change, bump version
* Version bump RLCore in other pkg compat entries
* Syntax error
* Fix RLEnv dependencies
* Mostly fixed...
* Fix deps
* Drop RLCore import
* Fix dependency issue
* Drop excess entries
* Install Python in RLEnv tests
* Fix refs
* Fix conda caching issue
* Drop python install
* Port DQN to new gpu syntax
* Fix type piracy
* Add back explorer / learner plan method
* Fix duplicate method, add missing method
* Port dqn
* Revert dqn fix
* Tweak dqn optimise call
* Drop cache for RLEnv due to cache issues
* dqn works
* iqn fixes
* iqn passes
* NFQ works
* NFQ works
* prio dqn works
* qr_dqn works
* rem_dqn works
* rainbow passes
* drop policy gradients temporarily
* deactivate further experiments for now
* drop device
* temporarily drop cql_sac
* Fix runtests to use testsets
* Fix rainbow
* Move CUDA to extras
* bump RLZoo version
* Update Project.toml
* Update Project.toml
* cuda missing from tests
---------
Co-authored-by: Jeremiah Lewis <--get>1 parent 7ecfb2e commit a982d70
35 files changed
Lines changed: 295 additions & 289 deletions
File tree
- .github/workflows
- src
- DistributedReinforcementLearning
- ReinforcementLearningCore
- src
- policies
- explorers
- learners
- utils
- test
- policies
- utils
- ReinforcementLearningDatasets
- ReinforcementLearningEnvironments
- src/environments/examples
- ReinforcementLearningExperiments
- test
- ReinforcementLearningZoo
- src/algorithms
- dqns
- offline_rl
- policy_gradient
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| 53 | + | |
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
| 63 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
This file was deleted.
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
Lines changed: 7 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 6 | | |
26 | 7 | | |
27 | 8 | | |
| |||
52 | 33 | | |
53 | 34 | | |
54 | 35 | | |
55 | | - | |
| 36 | + | |
56 | 37 | | |
57 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
58 | 41 | | |
59 | 42 | | |
60 | 43 | | |
| |||
66 | 49 | | |
67 | 50 | | |
68 | 51 | | |
69 | | - | |
| 52 | + | |
70 | 53 | | |
71 | | - | |
| 54 | + | |
| 55 | + | |
72 | 56 | | |
73 | 57 | | |
74 | 58 | | |
| |||
0 commit comments