Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 474 Bytes

HISTORY.md

File metadata and controls

21 lines (14 loc) · 474 Bytes

History

0.2.0 (2022-10-11)

  • Migrated to Poetry build system
  • Relicensed under MIT License
  • Improved random seed management
  • Made code compliant with linters (flake8, pylint etc.) and static type checking (mypy)
  • Minor bug fixing and improvements

0.1.1 (2020-04-04)

  • Introduced fire option
  • Made the game playable (python -m gym_breakout_pygame)
  • Increase customizability of rewards
  • Minor bug fixing

0.1.0 (2019-11-04)

  • First release on PyPI.