Navigation Menu

Skip to content

0.0.3

Compare
Choose a tag to compare
@yamatokataoka yamatokataoka released this 29 Jan 04:24

What's Changed

  • Split policy into base policy, stochastic policy and categorical policy in #25
  • Implement DDPG in #26
  • Create MLP class in #28
  • Refactor comments in #30
  • Refactor DDPG in #31
  • Store each variables on list in #32
  • Implement TD3 in #33
  • Fix typing in #35
  • Logging improvement in #37
  • Support continuous action spaces in #39
  • Adopt the src layout in #41
  • Improve packaging in #46
  • set up GitHub Actions for PyPI and Test PyPI in #47
  • Add linters in #50
  • Add integration test in #52
  • Set up mypy in #53

Full Changelog: 0.0.2...0.0.3