Skip to content

0.4.3

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 02 Sep 21:20
· 557 commits to master since this release
fc251ab

Bug Fix

  1. fix a2c/ppo optimizer bug when sharing head (#428)
  2. fix ppo dual clip implementation (#435)

Enhancement

  1. add Rainbow (#386)
  2. add WandbLogger (#427)
  3. add env_id in preprocess_fn (#391)
  4. update README, add new chart and bibtex (#406)
  5. add Makefile, now you can use make commit-checks to automatically perform almost all checks (#432)
  6. add isort and yapf, apply to existing codebase (#432)
  7. add spelling check by using make spelling (#432)
  8. update contributing.rst (#432)