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

Releases: JuliaML/Reinforce.jl

v0.4.0

17 Nov 10:26
c3a5d52
Compare
Choose a tag to compare

Reinforce v0.4.0

Diff since v0.3.0

Closed issues:

  • Add Project.toml (#38)
  • undefined function in CartPole environment (#45)

Merged pull requests:

v0.3.0

05 May 16:07
Compare
Choose a tag to compare

Reinforce v0.3.0

Diff since v0.2.0

Closed issues:

  • Mountain Car Example is not working (#33)
  • Documentation (#42)

Merged pull requests:

  • MountainCarEnv: fix recipe (#34) (@iblis17)
  • Adds module defs for cartpole and pendulum environments (#39) (@darsnack)
  • Fixed issue with using AbstractEnvironment within CartPole etc (#40) (@darsnack)
  • Install TagBot as a GitHub Action (#43) (@JuliaTagBot)
  • Drop v0.7 support and introduce Project.toml (#44) (@iblis17)

v0.2.0

05 Dec 02:21
b306a3b
Compare
Choose a tag to compare
  • Fix Mountain Car Example (#34)
  • New simple environment: multi-armed bandit (#32)
  • Parametric Episode iterator (#31)
    • Performance improvement
  • Drop Julia v0.6 support (#29)
  • Fix CartPole constructor on v1.0 (#28)

Julia v0.7/1.0 support

18 Sep 15:12
Compare
Choose a tag to compare
Fixes for 1.0 (#23)

* Fixes for 1.0

* Use the default travis test script

* Remove commented script in travis config

* Add 1.0 to testing matrix

* Test on 0.7, Remove precompile(true) & minor fixes

* srandyness

* 0.7 has `seed!` after all

v0.0.1

24 Feb 20:04
Compare
Choose a tag to compare
ismdp