Skip to content

Commit

Permalink
Make it compatible with Adapt 4 and Metal 1 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelreymont authored Mar 1, 2024
1 parent f574ecb commit 091c5d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/ReinforcementLearningCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ 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"
CircularArrayBuffers = "0.1.12"
Crayons = "4"
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"
ReinforcementLearningTrajectories = "0.3.4"
ReinforcementLearningTrajectories = "0.3.7"
StatsBase = "0.32, 0.33, 0.34"
TimerOutputs = "0.5"
UnicodePlots = "1.3, 2, 3"
Expand Down
15 changes: 14 additions & 1 deletion src/ReinforcementLearningEnvironments/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CommonRLInterface = "^0.3.2"
DelimitedFiles = "1"
IntervalSets = "0.7"
MacroTools = "0.5"
OpenSpiel = "0.2.1"
ReinforcementLearningBase = "0.12"
ReinforcementLearningCore = "0.12, 0.13, 0.14, 0.15"
Requires = "1.0"
Expand All @@ -42,4 +43,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 091c5d4

Please sign in to comment.