Skip to content

Commit d992e99

Browse files
authored
bump version of RLCore and RLZoo (#576)
1 parent 7adaf4a commit d992e99

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747

4848
#### v0.8.7
4949

50+
- Fix warning about `vararg.data` in Julia@v1.7 [#560](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/560)
51+
52+
#### v0.8.7
53+
5054
- Make `GaussianNetwork` differentiable. [#549](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/549)
5155

5256
#### v0.8.6
@@ -60,6 +64,10 @@
6064

6165
### ReinforcementLearningZoo.jl
6266

67+
#### v0.5.7
68+
69+
- Fix warning about `vararg.data` in Julia@v1.7 [#560](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/560)
70+
6371
#### v0.5.6
6472

6573
- Make BC GPU compatible [#553](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/553)

src/ReinforcementLearningCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ReinforcementLearningCore"
22
uuid = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
33
authors = ["Jun Tian <tianjun.cpp@gmail.com>"]
4-
version = "0.8.7"
4+
version = "0.8.8"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/ReinforcementLearningZoo/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ReinforcementLearningZoo"
22
uuid = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854"
33
authors = ["Jun Tian <tianjun.cpp@gmail.com>"]
4-
version = "0.5.6"
4+
version = "0.5.7"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)