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

Releases: JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl

v0.4.0

18 Dec 18:18
56e0551
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.4.0

Diff since v0.3.3

Closed issues:

  • Add a general grid world environment (#71)
  • Port unmerged environments from FluxML/Gym.jl#37 to this package (#92)
  • Question about observation/states (#99)

Merged pull requests:

  • Revert auto format related changes (#96) (@findmyway)
  • CompatHelper: bump compat for "GR" to "0.53" (#98) (@github-actions[bot])
  • MassInstallAction: Install the CompatHelper workflow on this repository (#100) (@findmyway)
  • Add GitHub Actions CI (#101) (@Sid-Bhatia-0)
  • Update dependency of RLBase (#103) (@findmyway)

v0.3.3

22 Oct 17:10
9efcc1e
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.3.3

Diff since v0.3.2

Merged pull requests:

  • CompatHelper: bump compat for "GR" to "0.52" (#85) (@github-actions[bot])
  • support == and hash for OpenSpielEnv (#90) (@findmyway)
  • Adding Black Jack Environment (#93) (@RajGhugare19)

v0.3.2

01 Sep 11:09
0cf8df6
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

24 Aug 11:07
2444330
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.3.1

Diff since v0.3.0

Closed issues:

  • Add SnakeGame (#75)
  • what happened to render function? (#79)

Merged pull requests:

v0.3.0

04 Aug 02:07
1cdd308
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.3.0

Diff since v0.2.6

Closed issues:

  • Support CommonRLInterface (#70)

Merged pull requests:

  • CompatHelper: bump compat for "GR" to "0.51" (#74) (@github-actions[bot])
  • Update RLBase to v0.8 (#76) (@findmyway)

v0.2.6

18 Jun 17:05
4669574
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.2.6

Diff since v0.2.5

Closed issues:

  • Warning: Package ReinforcementLearningEnvironments does not have PyCall in its dependencies (#27)
  • Error while training a basic DQN in MountainCarEnv (#67)

Merged pull requests:

v0.2.5

04 Jun 05:04
3107bd1
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.2.5

Diff since v0.2.4

Closed issues:

  • Implement Acrobot (#9)
  • Incorrect type when sampling from Spaces (#55)
  • Issue while using Float32 as type for the MountainCar env (#62)

Merged pull requests:

  • add finalizer for AtariEnv (#56) (@findmyway)
  • CompatHelper: bump compat for "GR" to "0.50" (#58) (@github-actions[bot])
  • added acrobot code (#59) (@gpavanb1)
  • CompatHelper: add new compat entry for "OrdinaryDiffEq" at version "5.39" (#60) (@github-actions[bot])
  • Allow setting data type in discrete MountainCarEnv (#63) (@findmyway)
  • Fixes to Pendulum.jl and some standardizing of classical control envs (#65) (@AlexLewandowski)

v0.2.4

07 May 04:04
d135791
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.2.4

Diff since v0.2.3

Closed issues:

  • Reduce dependencies (#42)
  • remove rng in OpenSpielEnv without chance node (#48)

Merged pull requests:

  • Overload ReinforcementLearningBase.render for MountainCarEnv (#43) (@cstjean)
  • CompatHelper: bump compat for "GR" to "0.48" (#45) (@github-actions[bot])
  • CompatHelper: bump compat for "StatsBase" to "0.33" (#47) (@github-actions[bot])
  • CompatHelper: bump compat for "GR" to "0.49" (#50) (@github-actions[bot])
  • Update OpenSpiel wrapper (#52) (@findmyway)

v0.2.3

29 Feb 01:04
b5533fa
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Fix terminal state in PendulumNonInteractiveEnv. (#39) (@aterenin)
  • CompatHelper: bump compat for "GR" to "0.47" (#40) (@github-actions[bot])
  • add doc (#41) (@findmyway)

v0.2.2

26 Feb 04:03
1b2b1db
Compare
Choose a tag to compare

ReinforcementLearningEnvironments v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Keep the type of reward from CartPoleEnv stable (#36) (@findmyway)
  • Add non-interactive pendulum environment. (#37) (@aterenin)