Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: ReinforcementLearningBase v0.11.0
Browse files Browse the repository at this point in the history
UUID: e575027e-6cd6-5018-9292-cdc6200d2b44
Repo: https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl.git
Tree: 3294c9708855f48b75158d4c36abf699c24b2fc3

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
JuliaRegistrator committed Mar 3, 2023
1 parent 9dc8a49 commit 91f7d9c
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions R/ReinforcementLearningBase/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
["0-0.2"]
julia = "1"

["0.10-0"]
["0.10"]
CommonRLSpaces = "0.1"
Reexport = "1"

["0.11-0"]
AbstractTrees = "0.3-0.4"
CommonRLSpaces = "0.2"

["0.3-0"]
julia = "1.3.0-1"

@@ -16,7 +20,7 @@ Distributions = "0.22"
["0.6-0.8"]
MacroTools = "0.5"

["0.8-0"]
["0.8-0.10"]
AbstractTrees = "0.3"

["0.8-0.9.4"]
3 changes: 3 additions & 0 deletions R/ReinforcementLearningBase/Deps.toml
Original file line number Diff line number Diff line change
@@ -5,6 +5,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CommonRLSpaces = "408f5b3e-f2a2-48a6-b4bb-c8aa44c458e6"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

["0.11-0"]
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"

["0.3-0"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

3 changes: 3 additions & 0 deletions R/ReinforcementLearningBase/Versions.toml
Original file line number Diff line number Diff line change
@@ -96,3 +96,6 @@ git-tree-sha1 = "1827f00111ea7731d632b8382031610dc98d8747"

["0.10.0"]
git-tree-sha1 = "ede64fdb52d0948bc525f2fc65f030af6945c189"

["0.11.0"]
git-tree-sha1 = "3294c9708855f48b75158d4c36abf699c24b2fc3"

0 comments on commit 91f7d9c

Please sign in to comment.