Skip to content

Commit 091c5d4

Browse files
authored
Make it compatible with Adapt 4 and Metal 1 (#1008)
1 parent f574ecb commit 091c5d4

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

src/ReinforcementLearningCore/Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2929

3030
[compat]
3131
AbstractTrees = "0.3, 0.4"
32-
Adapt = "3"
32+
Adapt = "3, 4"
3333
CUDA = "4, 5"
3434
ChainRulesCore = "1"
35-
CircularArrayBuffers = "0.1"
35+
CircularArrayBuffers = "0.1.12"
3636
Crayons = "4"
3737
Distributions = "0.25"
3838
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
3939
Flux = "0.13, 0.14"
4040
Functors = "0.1, 0.2, 0.3, 0.4"
41-
GPUArrays = "8, 9"
41+
GPUArrays = "8, 9, 10"
4242
ProgressMeter = "1"
4343
Reexport = "1"
4444
ReinforcementLearningBase = "0.12"
45-
ReinforcementLearningTrajectories = "0.3.4"
45+
ReinforcementLearningTrajectories = "0.3.7"
4646
StatsBase = "0.32, 0.33, 0.34"
4747
TimerOutputs = "0.5"
4848
UnicodePlots = "1.3, 2, 3"

src/ReinforcementLearningEnvironments/Project.toml

+14-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CommonRLInterface = "^0.3.2"
2222
DelimitedFiles = "1"
2323
IntervalSets = "0.7"
2424
MacroTools = "0.5"
25+
OpenSpiel = "0.2.1"
2526
ReinforcementLearningBase = "0.12"
2627
ReinforcementLearningCore = "0.12, 0.13, 0.14, 0.15"
2728
Requires = "1.0"
@@ -42,4 +43,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4243
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
4344

4445
[targets]
45-
test = ["ArcadeLearningEnvironment", "Conda", "DomainSets", "OpenSpiel", "OrdinaryDiffEq", "PyCall", "ReinforcementLearningCore", "StableRNGs", "Statistics", "Test", "TimerOutputs"]
46+
test = [
47+
"ArcadeLearningEnvironment",
48+
"Conda",
49+
"DomainSets",
50+
"OpenSpiel",
51+
"OrdinaryDiffEq",
52+
"PyCall",
53+
"ReinforcementLearningCore",
54+
"StableRNGs",
55+
"Statistics",
56+
"Test",
57+
"TimerOutputs",
58+
]

0 commit comments

Comments
 (0)