Release Notes
This release proposes a few fixes including a standardized viewer and generator interface for Minesweeper and RubiksCube.
What's Changed
* docs(contributing): state to fork the repo to contribute by clement-bonnet in https://github.com/instadeepai/jumanji/pull/84
* docs: typo in terminal logger by clement-bonnet in https://github.com/instadeepai/jumanji/pull/105
* feat: create viewer interface for rendering of environments by dluo96 in https://github.com/instadeepai/jumanji/pull/99
* docs: add pgx to readme by clement-bonnet in https://github.com/instadeepai/jumanji/pull/108
* refactor(train): remove env factory by dluo96 in https://github.com/instadeepai/jumanji/pull/110
* feat: separate rendering and instance generation for the RubiksCube environment by TristanKalloniatis in https://github.com/instadeepai/jumanji/pull/82
* test: consistent naming in Cleaner, Maze, Game2048, and Minesweeper by dluo96 in https://github.com/instadeepai/jumanji/pull/112
* refactor(cleaner): return state from instance generator by coyettev in https://github.com/instadeepai/jumanji/pull/87
* feat: allow custom rendering and instance generation methods for Minesweeper by TristanKalloniatis in https://github.com/instadeepai/jumanji/pull/85
* ci: increment version by clement-bonnet in https://github.com/instadeepai/jumanji/pull/118
New Contributors
* TristanKalloniatis made their first contribution in https://github.com/instadeepai/jumanji/pull/82
* coyettev made their first contribution in https://github.com/instadeepai/jumanji/pull/87
**Full Changelog**: https://github.com/instadeepai/jumanji/compare/v0.2.1...v0.2.2