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.3.1

02 Jun 20:03
cfa0a38
Compare
Choose a tag to compare

ReinforcementLearningCore v0.3.1

Diff since v0.3.0

Closed issues:

  • Why is there no AbstractStopCondition type ? (#74)

Merged pull requests:

v0.3.0

15 May 08:02
752b224
Compare
Choose a tag to compare

ReinforcementLearningCore v0.3.0

Diff since v0.2.5

Closed issues:

  • improve find_all_max (#46)
  • Support trainmode! and testmode! (#50)
  • Prefetch data from trajectory for learner (#63)

Merged pull requests:

v0.2.5

06 May 14:02
3fa6d53
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.5

Diff since v0.2.4

Merged pull requests:

  • minor bugfix with CircularCompactSARTSATrajectory (#39) (@findmyway)
  • CompatHelper: bump compat for "Distributions" to "0.23" (#41) (@github-actions[bot])
  • Allow GPUArrays v3.1.0. (#45) (@aterenin)

v0.2.4

12 Mar 06:02
f3f8a48
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.4

Diff since v0.2.3

Closed issues:

  • Bug with the length of CircularTrajectory (#24)

Merged pull requests:

  • move some functions in RLCore to keep dependency in RLBase concise (#29) (@findmyway)
  • CompatHelper: bump compat for "CUDAapi" to "4.0" (#31) (@github-actions[bot])
  • Keep pop! always return element (#32) (@findmyway)
  • Added gae_returns (#33) (@sriram13k)
  • CompatHelper: bump compat for "GPUArrays" to "3.0" (#36) (@github-actions[bot])
  • extend BatchExplorer (#37) (@findmyway)

v0.2.3

05 Mar 09:02
6099324
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.3

Diff since v0.2.2

Merged pull requests:

v0.2.2

29 Feb 01:02
27d4b8f
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

23 Feb 14:02
4380568
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.1

Diff since v0.2.0

Merged pull requests:

  • return INVALID_ACTION when legal_actions are empty inside RandomPolicy (#22) (@findmyway)
  • Support DRL related algorithms (#23) (@findmyway)

v0.2.0

18 Feb 00:04
b0eb004
Compare
Choose a tag to compare

ReinforcementLearningCore v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Dev (#18) (@findmyway)
  • Install TagBot as a GitHub Action (#19) (@JuliaTagBot)
  • CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#20) (@github-actions[bot])

v0.1.0

06 Feb 16:09
v0.1.0
49711e6
Compare
Choose a tag to compare

First release!