Skip to content

rl_algorithms-v1.2.0

Latest
Compare
Choose a tag to compare
@jiseongHAN jiseongHAN released this 23 Aug 07:43
· 6 commits to master since this release

rl_algorithms 1.2.0 Release Note

Highlights

  • 😁 Hello! We are happy to release rl_algorithms v1.2.0.
  • πŸŽ‰ This release contain GAIL algorithm with LunarLanderContinuous-v2.
  • πŸ› οΈ Enhancement for PPO with continuous action space.

New Features

  • GAIL algorithm (#315)
  • tanh activation function (#317)

Improvements

  • PPO algorithm (#312)

Fix

  • Update black version. (#313)