Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Releases: JuliaReinforcementLearning/ReinforcementLearningCore.jl

v0.7.4

04 Apr 09:15
3bcca01
Compare
Choose a tag to compare

ReinforcementLearningCore v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

01 Apr 14:05
b6f80f8
Compare
Choose a tag to compare

ReinforcementLearningCore v0.7.3

Diff since v0.7.2

Merged pull requests:

v0.7.2

02 Feb 11:57
e578e18
Compare
Choose a tag to compare

ReinforcementLearningCore v0.7.2

Diff since v0.7.1

Merged pull requests:

v0.7.1

26 Jan 15:06
678df93
Compare
Choose a tag to compare

ReinforcementLearningCore v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

25 Jan 09:41
56696ad
Compare
Choose a tag to compare

ReinforcementLearningCore v0.7.0

Diff since v0.6.3

Merged pull requests:

  • Support rlintro (#200) (@findmyway)
  • CompatHelper: bump compat for "FillArrays" to "0.11" (#203) (@github-actions[bot])
  • CompatHelper: bump compat for "Adapt" to "3" (#204) (@github-actions[bot])
  • bugfix in StopAfterNoImprovement. (#206) (@norci)
  • CompatHelper: bump compat for "Functors" to "0.2" (#207) (@github-actions[bot])
  • Bugfix with TabularRandomPolicy (#208) (@findmyway)
  • bugfix with TabularRandomPolicy (#209) (@findmyway)

v0.6.3

26 Dec 15:06
074d57c
Compare
Choose a tag to compare

ReinforcementLearningCore v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

25 Dec 14:07
6f89a10
Compare
Choose a tag to compare

ReinforcementLearningCore v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

19 Dec 23:06
0cc7c7e
Compare
Choose a tag to compare

ReinforcementLearningCore v0.6.1

Diff since v0.6.0

Merged pull requests:

  • added StopAfterNoImprovement. (#177) (@norci)
  • CompatHelper: bump compat for "JLD" to "0.11" (#184) (@github-actions[bot])
  • updated github workflows. (#185) (@norci)
  • updated format_pr. (#186) (@norci)
  • Update RLBase to the latest version (#188) (@findmyway)
  • Add RandomStartPolicy & restrict QBasedPolicy to return index of action (#189) (@findmyway)

v0.6.0

07 Dec 11:05
a2ed045
Compare
Choose a tag to compare

ReinforcementLearningCore v0.6.0

Diff since v0.5.1

Closed issues:

  • Is it possible to have multiple progress meters for ComposedStopCondition? (#160)

Merged pull requests:

  • Add GitHub Actions CI (#168) (@Sid-Bhatia-0)
  • Reorganize code structure to support distributed reinforcement learning (#169) (@findmyway)
  • removed dup code in run.jl. (#170) (@norci)
  • CompatHelper: add new compat entry for "Functors" at version "0.1" (#180) (@github-actions[bot])
  • More enhancements (#181) (@findmyway)
  • Bugfix with prioritized trajectory (#183) (@findmyway)

v0.5.1

21 Nov 19:03
add77c8
Compare
Choose a tag to compare

ReinforcementLearningCore v0.5.1

Diff since v0.5.0

Merged pull requests:

  • CompatHelper: bump compat for "FillArrays" to "0.10" (#147) (@github-actions[bot])
  • Revert auto format related changes (#148) (@findmyway)
  • Minor edits to CircularArrayBuffer (#149) (@Sid-Bhatia-0)
  • CompatHelper: bump compat for "CUDA" to "2.1" (#151) (@github-actions[bot])
  • fix minor typos (#152) (@Sid-Bhatia-0)
  • Updates related to DistributedRL (#153) (@findmyway)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#164) (@findmyway)