Skip to content

Commit

Permalink
bump rlcore version (#1073)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Update NEWS.md
  • Loading branch information
jeremiahpslewis authored Apr 18, 2024
1 parent 30f3105 commit cf14bf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/ReinforcementLearningCore/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ReinforcementLearningCore.jl Release Notes

#### v0.15.2

- Make QBasedPolicy general for AbstractLearner s (#1069)

#### v0.15.1

- Fix MultiPlayer hook bugs
Expand Down Expand Up @@ -71,4 +77,4 @@
#### v0.8.0

- Removed `ResizeImage` preprocessor to reduce the dependency of `ImageTransformations`.
- Show unicode plot at the end of an experiment in the `TotalRewardPerEpisode` hook.
- Show unicode plot at the end of an experiment in the `TotalRewardPerEpisode` hook.
2 changes: 1 addition & 1 deletion src/ReinforcementLearningCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ReinforcementLearningCore"
uuid = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
version = "0.15.1"
version = "0.15.2"

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

0 comments on commit cf14bf0

Please sign in to comment.