Pgx

Latest version: v2.4.2

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 12

0.10.1

What's Changed
* [Colab] Update colab for v0.10.0 by sotetsuk in https://github.com/sotetsuk/pgx/pull/952
* [Baseline] Add download dir to arg by sotetsuk in https://github.com/sotetsuk/pgx/pull/953
* [BridgeBidding] Download DDS results by sotetsuk in https://github.com/sotetsuk/pgx/pull/954
* [Docs] Add bridge bidding to README by sotetsuk in https://github.com/sotetsuk/pgx/pull/955
* [Refactor] Rename `download` to `_download` by sotetsuk in https://github.com/sotetsuk/pgx/pull/956


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.10.0...v0.10.1

0.10.0

What's Changed
* [MinAtar] Exit if failed to import by sotetsuk in https://github.com/sotetsuk/pgx/pull/944
* [Docs] Add purejaxrl by sotetsuk in https://github.com/sotetsuk/pgx/pull/945
* [Docs] Add colab links by sotetsuk in https://github.com/sotetsuk/pgx/pull/946
* [Colab] Add PPO example by sotetsuk in https://github.com/sotetsuk/pgx/pull/947
* [Baseline] Change baseline model API (breaking) by sotetsuk in https://github.com/sotetsuk/pgx/pull/949


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.9.0...v0.10.0

0.9.0

What's Changed
* [Colab] Add baseline model usage by sotetsuk in https://github.com/sotetsuk/pgx/pull/936
* [Colab] Fix to use legal action mask by sotetsuk in https://github.com/sotetsuk/pgx/pull/937
* [Refactor] Remove random scripts by sotetsuk in https://github.com/sotetsuk/pgx/pull/938
* [SpaceInvaders] Fix ramping bug by sotetsuk in https://github.com/sotetsuk/pgx/pull/939
* [MinAtar] Fix visualization by sotetsuk in https://github.com/sotetsuk/pgx/pull/940
* [MinAtar] Split MinAtar suit as extension by sotetsuk in https://github.com/sotetsuk/pgx/pull/941
* Change version from `beta` to `v0` by sotetsuk in https://github.com/sotetsuk/pgx/pull/942

**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.8.1...v0.9.0

0.8.1

What's Changed
* [Mahjong] Add `State` by OkanoShinri in https://github.com/sotetsuk/pgx/pull/887
* [PPO] training with ppo by nissymori in https://github.com/sotetsuk/pgx/pull/900
* [BridgeBidding] Supervised Learning with WBridge5 by harukaki in https://github.com/sotetsuk/pgx/pull/913
* [Chess/Gardner Chess] Repetition observation test by youyou-ku in https://github.com/sotetsuk/pgx/pull/912
* Update speed benchmark script by sotetsuk in https://github.com/sotetsuk/pgx/pull/911
* [PPO] Implement with haiku by nissymori in https://github.com/sotetsuk/pgx/pull/916
* [Backgammon, Visualizer] Add dice to SVG by OkanoShinri in https://github.com/sotetsuk/pgx/pull/917
* [PPO] Experiment in games with single agent by nissymori in https://github.com/sotetsuk/pgx/pull/919
* [Tidy] by nissymori in https://github.com/sotetsuk/pgx/pull/923
* [Leduc Holdem] Fix a bug when folding in the first round by OkanoShinri in https://github.com/sotetsuk/pgx/pull/926
* [Sparrow mahjong] Add baseline by nissymori in https://github.com/sotetsuk/pgx/pull/924
* [BridgeBidding] Speed up by sotetsuk in https://github.com/sotetsuk/pgx/pull/928
* Bump pymdown-extensions from 9.11 to 10.0 in /docs by dependabot in https://github.com/sotetsuk/pgx/pull/931
* [Colab] Add PettingZoo API example by sotetsuk in https://github.com/sotetsuk/pgx/pull/933
* [Baseline] Download baseline models by sotetsuk in https://github.com/sotetsuk/pgx/pull/934

New Contributors
* dependabot made their first contribution in https://github.com/sotetsuk/pgx/pull/931

**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.8.0...v0.8.1

0.8.0

What's Changed
* [GardnerChess] Init by sotetsuk in https://github.com/sotetsuk/pgx/pull/866
* [Gardner Chess] FEN conversion by youyou-ku in https://github.com/sotetsuk/pgx/pull/867
* [Mahjong] Faster jit compile time by OkanoShinri in https://github.com/sotetsuk/pgx/pull/855
* [Hex] Add swap feature by sotetsuk in https://github.com/sotetsuk/pgx/pull/869
* [AnimalShogi] Add repetition feature by sotetsuk in https://github.com/sotetsuk/pgx/pull/868
* [GardnerChess] Add visualization by sotetsuk in https://github.com/sotetsuk/pgx/pull/870
* [AnimalShogi] Add past board history to observation by sotetsuk in https://github.com/sotetsuk/pgx/pull/872
* [GardnerChess] Add Action class by sotetsuk in https://github.com/sotetsuk/pgx/pull/871
* [Docs] Update documents by sotetsuk in https://github.com/sotetsuk/pgx/pull/854
* [GardnerChess] Add tests for Action by youyou-ku in https://github.com/sotetsuk/pgx/pull/875
* [GardnerChess] Implement step function by sotetsuk in https://github.com/sotetsuk/pgx/pull/877
* [GardnerChess] Add Zobrist hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/878
* [GardnerChess] Implement observation by sotetsuk in https://github.com/sotetsuk/pgx/pull/879
* [Backgammon] Add the playable dice number to the observation by nissymori in https://github.com/sotetsuk/pgx/pull/881
* [Backgammon] use `_rng_key` by nissymori in https://github.com/sotetsuk/pgx/pull/884
* [Docs] Fix typo by sotetsuk in https://github.com/sotetsuk/pgx/pull/886
* [Seaquest] Speed up by sotetsuk in https://github.com/sotetsuk/pgx/pull/890
* [Backgammon] Train agent with ppo by nissymori in https://github.com/sotetsuk/pgx/pull/885
* [Seaquest] Speed up by sotetsuk in https://github.com/sotetsuk/pgx/pull/893
* [GardnerChess] Speed up by caching current piece positions by sotetsuk in https://github.com/sotetsuk/pgx/pull/894
* [GardnerChess] Fix past board observation by sotetsuk in https://github.com/sotetsuk/pgx/pull/895
* [Chess,GardnerChess] Fix observation by sotetsuk in https://github.com/sotetsuk/pgx/pull/896
* [BridgeBidding] Refactor `action` and `observation` to match openspiel by harukaki in https://github.com/sotetsuk/pgx/pull/889
* [AnimalShogi] Fix max termination steps by sotetsuk in https://github.com/sotetsuk/pgx/pull/899
* [Chess, GardnerChess] Fix Zobrist hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/897
* [Chess] Remove castling/en passant zobrist hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/901
* [Chess] Add Terminal/Observe test by youyou-ku in https://github.com/sotetsuk/pgx/pull/773
* [BridgeBidding] Add test with openspiel by harukaki in https://github.com/sotetsuk/pgx/pull/898
* [GardnerChess] Add step test by youyou-ku in https://github.com/sotetsuk/pgx/pull/882
* [Chess] Fix history length by sotetsuk in https://github.com/sotetsuk/pgx/pull/903
* [Chess, GardnerChess] Fix repetition feature definition by sotetsuk in https://github.com/sotetsuk/pgx/pull/904
* [Shogi] Fix max termination steps by sotetsuk in https://github.com/sotetsuk/pgx/pull/902
* [Chess] Take castling and en passant into account in hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/905
* [Shogi] Make feature channel last by sotetsuk in https://github.com/sotetsuk/pgx/pull/906
* [API] Add `pgx.__version__` by sotetsuk in https://github.com/sotetsuk/pgx/pull/907
* Fix color features by sotetsuk in https://github.com/sotetsuk/pgx/pull/908
* Update some environments to `v0` by sotetsuk in https://github.com/sotetsuk/pgx/pull/909


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.7.4...v0.8.0

0.7.4

What's Changed
* [AnimalShogi] Implement repetition draw by youyou-ku in https://github.com/sotetsuk/pgx/pull/864


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.7.3...v0.7.4

Page 4 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.