-
-
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.
* update readme
- Loading branch information
Showing
71 changed files
with
673 additions
and
903 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# ReinforcementLearning.jl Release Notes | ||
|
||
## [email protected] | ||
|
||
### ReinforcementLearningBase.jl | ||
|
||
No change. | ||
|
||
### ReinforcementLearningCore.jl | ||
|
||
#### 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. | ||
|
||
### ReinforcementLearningZoo.jl | ||
|
||
#### v0.4.0 | ||
|
||
- Moved all the experiments into a new package `ReinforcementLearningExperiments.jl`. The related dependencies are also removed (`BSON.jl`, `StableRNGs.jl`, `TensorBoardLogger.jl`). | ||
|
||
### ReinforcementLearningEnvironments.jl | ||
|
||
#### v0.6.0 | ||
|
||
- Set `AcrobotEnv` into lazy loading to reduce the dependency of `OrdinaryDiffEq`. | ||
|
||
### ReinforcementLearningExperiments.jl | ||
|
||
#### v0.1.0 |
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
Oops, something went wrong.