* 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
* Introduced fire option * Made the game playable (`python -m gym_breakout_pygame`) * Increase customizability of rewards * Minor bug fixing