-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the tuning entropy component (JuliaReinforcementLearning#365)
* Add the tuning entropy component * Bump version * Revert "Bump version" This reverts commit 44ce4f5. * bump version * update NEWS Co-authored-by: pilgrim <[email protected]> Co-authored-by: Jun Tian <[email protected]>
- Loading branch information
1 parent
c7b66e4
commit dd17ad6
Showing
10 changed files
with
63 additions
and
31 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
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,5 +1,14 @@ | ||
# ReinforcementLearning.jl Release Notes | ||
|
||
## [email protected] | ||
|
||
### ReinforcementLearningZoo.jl | ||
|
||
#### v0.5.0 | ||
|
||
- Update the complete SAC implementation and modify some details based on the | ||
original paper. [#365](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/365) | ||
|
||
## [email protected] | ||
|
||
### ReinforcementLearningBase.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.9.0" | ||
version = "0.10.0" | ||
|
||
[deps] | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
|
@@ -15,7 +15,7 @@ Reexport = "0.2, 1" | |
ReinforcementLearningBase = "0.9" | ||
ReinforcementLearningCore = "0.8" | ||
ReinforcementLearningEnvironments = "0.6" | ||
ReinforcementLearningZoo = "0.4" | ||
ReinforcementLearningZoo = "0.5" | ||
julia = "1.6" | ||
|
||
[extras] | ||
|
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
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
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
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 = "ReinforcementLearningExperiments" | ||
uuid = "6bd458e5-1694-412f-b601-3a888375c491" | ||
authors = ["Jun Tian <[email protected]>"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
@@ -39,11 +39,11 @@ Flux = "0.12" | |
GridWorlds = "0.4" | ||
ImageTransformations = "0.8" | ||
IntervalSets = "0.5" | ||
ReinforcementLearning = "0.9" | ||
ReinforcementLearning = "0.10" | ||
ReinforcementLearningBase = "0.9" | ||
ReinforcementLearningCore = "0.8" | ||
ReinforcementLearningEnvironments = "0.6" | ||
ReinforcementLearningZoo = "0.4" | ||
ReinforcementLearningZoo = "0.5" | ||
Requires = "1" | ||
Setfield = "0.7" | ||
StableRNGs = "1" | ||
|
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
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 = "ReinforcementLearningZoo" | ||
uuid = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854" | ||
authors = ["Jun Tian <[email protected]>"] | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
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