Skip to content

Commit

Permalink
Make it compatible with Adapt 4 and Metal 1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelreymont committed Feb 29, 2024
1 parent f574ecb commit e537dd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ReinforcementLearningCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
AbstractTrees = "0.3, 0.4"
Adapt = "3"
Adapt = "3, 4"
CUDA = "4, 5"
ChainRulesCore = "1"
CircularArrayBuffers = "0.1"
Expand All @@ -38,7 +38,7 @@ Distributions = "0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
Flux = "0.13, 0.14"
Functors = "0.1, 0.2, 0.3, 0.4"
GPUArrays = "8, 9"
GPUArrays = "8, 9, 10"
ProgressMeter = "1"
Reexport = "1"
ReinforcementLearningBase = "0.12"
Expand Down
14 changes: 13 additions & 1 deletion src/ReinforcementLearningEnvironments/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[targets]
test = ["ArcadeLearningEnvironment", "Conda", "DomainSets", "OpenSpiel", "OrdinaryDiffEq", "PyCall", "ReinforcementLearningCore", "StableRNGs", "Statistics", "Test", "TimerOutputs"]
test = [
"ArcadeLearningEnvironment",
"Conda",
"DomainSets",
"OpenSpiel",
"OrdinaryDiffEq",
"PyCall",
"ReinforcementLearningCore",
"StableRNGs",
"Statistics",
"Test",
"TimerOutputs",
]

0 comments on commit e537dd7

Please sign in to comment.