-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin ReinforcementLearning.jl to pre-refactor versions (#793)
* Tag 0.10.2 version * Update NEWS.md
- Loading branch information
1 parent
01f264c
commit d1971f5
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# ReinforcementLearning.jl Release Notes | ||
|
||
## [email protected] | ||
## [email protected] | ||
|
||
- Pin sub-packages to pre-refactor versions | ||
|
||
### ReinforcementLearningExperiments.jl | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ReinforcementLearning" | ||
uuid = "158674fc-8238-5cab-b5ba-03dfc80d1318" | ||
authors = ["Johanni Brea <[email protected]>", "Jun Tian <[email protected]>"] | ||
version = "0.11.0" | ||
version = "0.10.2" | ||
|
||
[deps] | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
@@ -14,6 +14,10 @@ ReinforcementLearningZoo = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854" | |
[compat] | ||
Reexport = "0.2, 1" | ||
julia = "1.6" | ||
ReinforcementLearningBase = "0.9" | ||
ReinforcementLearningCore = "0.8" | ||
ReinforcementLearningEnvironments = "0.6" | ||
ReinforcementLearningZoo = "0.5" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|