What's Changed * [Docs] Add MinAtar gifs by sotetsuk in https://github.com/sotetsuk/pgx/pull/832 * [Docs] Enhance docs of each game by sotetsuk in https://github.com/sotetsuk/pgx/pull/833 * [Docs] Enhance README by sotetsuk in https://github.com/sotetsuk/pgx/pull/834
What's Changed * [API] Remove unused `truncated` attribute from state by sotetsuk in https://github.com/sotetsuk/pgx/pull/818 * [API] Include `auto_reset` by sotetsuk in https://github.com/sotetsuk/pgx/pull/819 * [API] Rename api test by sotetsuk in https://github.com/sotetsuk/pgx/pull/820 * [Docs] Fix `v1_api_test` doc by sotetsuk in https://github.com/sotetsuk/pgx/pull/821 * [Docs] Add tic tac toe documentation by sotetsuk in https://github.com/sotetsuk/pgx/pull/822 * [Docs] Enhance tic-tac-toe description by sotetsuk in https://github.com/sotetsuk/pgx/pull/823 * [Docs] Add connect four docs by sotetsuk in https://github.com/sotetsuk/pgx/pull/824 * [Docs] Add gif materials by sotetsuk in https://github.com/sotetsuk/pgx/pull/825 * [Shogi] Fix broken path to assets by sotetsuk in https://github.com/sotetsuk/pgx/pull/826 * [BridgeBidding] Remove `bridge_bidding` from available games by sotetsuk in https://github.com/sotetsuk/pgx/pull/828 * [API] Rename EnvIds by sotetsuk in https://github.com/sotetsuk/pgx/pull/830
What's Changed * [MinAtar] Add tests for reward/termination by sotetsuk in https://github.com/sotetsuk/pgx/pull/812 * [MinAtar] Implement minimal action set by sotetsuk in https://github.com/sotetsuk/pgx/pull/814 * [MinAtar] Remove unused termination condition by sotetsuk in https://github.com/sotetsuk/pgx/pull/816
What's Changed * [Mahjong] Extract `Yaku` class by OkanoShinri in https://github.com/sotetsuk/pgx/pull/752 * [Mahjong] Extract `Shanten` class by OkanoShinri in https://github.com/sotetsuk/pgx/pull/807 * [Visualizer] Simplify `_get_nth_state` by sotetsuk in https://github.com/sotetsuk/pgx/pull/809 * [BridgeBidding] Import DDS results from file by harukaki in https://github.com/sotetsuk/pgx/pull/782 * [Refactor] Make state attributes internal API by sotetsuk in https://github.com/sotetsuk/pgx/pull/810
What's Changed * [Tidy] Clean up dev settings by sotetsuk in https://github.com/sotetsuk/pgx/pull/799 * [API] Versioning API (Rename `core` to `v1`) by sotetsuk in https://github.com/sotetsuk/pgx/pull/800 * [API] Move files to internals by sotetsuk in https://github.com/sotetsuk/pgx/pull/801 * [Tidy] Remove `flax.serialization` dependency by sotetsuk in https://github.com/sotetsuk/pgx/pull/802 * [Tidy] Remove `serialization.py` by sotetsuk in https://github.com/sotetsuk/pgx/pull/804 * [Releases] v0.5.1 by sotetsuk in https://github.com/sotetsuk/pgx/pull/806
What's Changed * [Docs] Add long description to README by sotetsuk in https://github.com/sotetsuk/pgx/pull/792 * Revert "[API] Use chex's dataclass instead of flax's dataclass" by sotetsuk in https://github.com/sotetsuk/pgx/pull/794 * [Docs] Add URL to `setup.py` by sotetsuk in https://github.com/sotetsuk/pgx/pull/795 * [API] Change `Env.name` to `Env.id` by sotetsuk in https://github.com/sotetsuk/pgx/pull/796