v0.5.0
·
1258 commits
to master
since this release
ReinforcementLearning v0.5.0
Closed issues:
- Box2D environment (#2)
- bullet3 environment (#7)
- loadenvironment error (#19)
- Support alternative deep learning libraries (#20)
- Random Thoughts on v0.3.0 (#24)
- Prioritized DQN (#27)
- A2C (#32)
- Add built-in support for TensorBoard (#35)
- Add checkpoints (#36)
- Improve code coverage (#40)
- AbstractActionSelector not exported (#41)
- Params empty - no tracking (#43)
- Add reproducible examples for Atari environments (#44)
- StopAfterEpisode with progress meter (#51)
- Support julia 1.4 (#63)
Merged pull requests:
- refactor existing components (#26) (@findmyway)
- Prioritized dqn (#29) (@findmyway)
- add double dqn (#30) (@findmyway)
- add rainbow (#31) (@findmyway)
- use new api in ReinforcementLearningEnvironments.jl (#33) (@findmyway)
- bugfix and api simplification (#34) (@findmyway)
- Switch Tracker.jl to Zygote.jl (#37) (@findmyway)
- Support both Knet and Flux(with Zygote) (#38) (@findmyway)
- add docs (#39) (@findmyway)
- export AbstractActionSelector and add more comments (#42) (@findmyway)
- Refactor buffer (#45) (@findmyway)
- fix example in doc && update examples (#46) (@findmyway)
- fix a performance bug in rainbow (#47) (@findmyway)
- update dependencies (#48) (@findmyway)
- update dependencies and docs (#49) (@findmyway)
- update benchmark for circular_array_buffer (#50) (@findmyway)
- Install TagBot as a GitHub Action (#53) (@JuliaTagBot)
- clean up code (#54) (@findmyway)
- add compat (#55) (@findmyway)
- CompatHelper: add new compat entry for "Reexport" at version "0.2" (#56) (@github-actions[bot])
- add documentation stage in travis (#57) (@findmyway)
- Add doc in travis (#58) (@findmyway)
- Fix link in docs/src/index.md (#60) (@amanbh)
- Update doc (#61) (@findmyway)