This repository has been archived by the owner on May 21, 2022. It is now read-only.
Releases: JuliaML/Reinforce.jl
Releases · JuliaML/Reinforce.jl
v0.4.0
Reinforce v0.4.0
Closed issues:
Merged pull requests:
v0.3.0
Reinforce v0.3.0
Closed issues:
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
Julia v0.7/1.0 support
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