Pgx

Latest version: v2.4.2

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

Scan your dependencies

Page 10 of 12

0.0.24

What's Changed
* [Visualizer, Hex] Add Hex-Visualizer by OkanoShinri in https://github.com/sotetsuk/pgx/pull/457
* [Hex] Add Env by OkanoShinri in https://github.com/sotetsuk/pgx/pull/485
* [Hex] Add `reward` & `legal_action_mask` by OkanoShinri in https://github.com/sotetsuk/pgx/pull/486
* [Docs] Add throughput image to README by sotetsuk in https://github.com/sotetsuk/pgx/pull/487
* [Go] Fix Go feature by sotetsuk in https://github.com/sotetsuk/pgx/pull/488
* [Env] Implement auto reset by sotetsuk in https://github.com/sotetsuk/pgx/pull/467
* [Docs] Fix `go.gif` by sotetsuk in https://github.com/sotetsuk/pgx/pull/489
* [BridgeBidding] Change each function to be jittable by harukaki in https://github.com/sotetsuk/pgx/pull/463
* [Env] Add `max_truncation_steps` by sotetsuk in https://github.com/sotetsuk/pgx/pull/490
* [Tidy] Renew test assets by sotetsuk in https://github.com/sotetsuk/pgx/pull/491
* [Env] Refactor core by sotetsuk in https://github.com/sotetsuk/pgx/pull/492
* [Env] Add version by sotetsuk in https://github.com/sotetsuk/pgx/pull/493
* Fix bugs by sotetsuk in https://github.com/sotetsuk/pgx/pull/494
* [Env] stop gradient by sotetsuk in https://github.com/sotetsuk/pgx/pull/495
* [Refactor] Rename `curr_player` to `current_player` by sotetsuk in https://github.com/sotetsuk/pgx/pull/496
* [Refactor] Add experimental dir by sotetsuk in https://github.com/sotetsuk/pgx/pull/497
* [Env] Add `illegal_action_penalty` by sotetsuk in https://github.com/sotetsuk/pgx/pull/498
* [Go] Add `max_termination_steps` by sotetsuk in https://github.com/sotetsuk/pgx/pull/499
* [Go] Tidy by sotetsuk in https://github.com/sotetsuk/pgx/pull/500
* [Go] Add terminal by PSK violation by sotetsuk in https://github.com/sotetsuk/pgx/pull/501
* [Hex] Add `observe` by OkanoShinri in https://github.com/sotetsuk/pgx/pull/503


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.23...v0.0.24

0.0.23

What's Changed
* [Go] Fix Ko again by sotetsuk in https://github.com/sotetsuk/pgx/pull/482
* [Go] Fix reward order by sotetsuk in https://github.com/sotetsuk/pgx/pull/483


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.22...v0.0.23

0.0.22

What's Changed
* [Go] Fix ko bug by sotetsuk in https://github.com/sotetsuk/pgx/pull/480


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.21...v0.0.22

0.0.21

What's Changed
* [Go] Reduce memory usage by sotetsuk in https://github.com/sotetsuk/pgx/pull/466
* [Go] Fix bug in Ko by sotetsuk in https://github.com/sotetsuk/pgx/pull/469
* [Go] Fix Ko after pass by sotetsuk in https://github.com/sotetsuk/pgx/pull/470
* [Go] suppress warning by sotetsuk in https://github.com/sotetsuk/pgx/pull/471
* [Go] Fix komi by sotetsuk in https://github.com/sotetsuk/pgx/pull/472


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.20...v0.0.21

0.0.20

What's Changed
* [Backgammon] Refactor to use `replace` by nissymori in https://github.com/sotetsuk/pgx/pull/420
* [ConnectFour, Othello] Add boards by sotetsuk in https://github.com/sotetsuk/pgx/pull/429
* [Visualizer] Split long function by OkanoShinri in https://github.com/sotetsuk/pgx/pull/430
* [Visualizer] Visualize `State` in Notebook by OkanoShinri in https://github.com/sotetsuk/pgx/pull/431
* [BridgeBidding] Add _reward by harukaki in https://github.com/sotetsuk/pgx/pull/362
* [BridgeBidding] rename files by sotetsuk in https://github.com/sotetsuk/pgx/pull/434
* [BridgeBidding] remove `np.ones(1), np.zeros(1)` by harukaki in https://github.com/sotetsuk/pgx/pull/436
* [Backgammon] Change turn representation from[-1, 1] to [0, 1] by nissymori in https://github.com/sotetsuk/pgx/pull/433
* [Visualizer] Fix batch visualization by OkanoShinri in https://github.com/sotetsuk/pgx/pull/437
* [Visualizer, Backgammon] Use `abs_board` by OkanoShinri in https://github.com/sotetsuk/pgx/pull/432
* [Visualizer, TicTacToe] Fix player symbols by OkanoShinri in https://github.com/sotetsuk/pgx/pull/440
* [Visualizer] Add Othello-Visualiser by OkanoShinri in https://github.com/sotetsuk/pgx/pull/441
* [Visualizer] Add ConnectFour-Visualizer by OkanoShinri in https://github.com/sotetsuk/pgx/pull/442
* [Visualizer] Minor modifications by OkanoShinri in https://github.com/sotetsuk/pgx/pull/445
* [Docs] Make `go.gif` smaller and explicit by sotetsuk in https://github.com/sotetsuk/pgx/pull/446
* [Docs] Add logo by sotetsuk in https://github.com/sotetsuk/pgx/pull/447
* [Visualizer, Connect Four] Add horizontal line by OkanoShinri in https://github.com/sotetsuk/pgx/pull/452
* [Visualizer, Bridge] make visualizer flexible by OkanoShinri in https://github.com/sotetsuk/pgx/pull/451
* [Go] add peculiar case by youyou-ku in https://github.com/sotetsuk/pgx/pull/453
* [Go] Add _count_point by youyou-ku in https://github.com/sotetsuk/pgx/pull/455
* [Hex] Add State by OkanoShinri in https://github.com/sotetsuk/pgx/pull/456
* [BridgeBidding] Reimplementation in jax by harukaki in https://github.com/sotetsuk/pgx/pull/449
* [Visualizer, BridgeBidding] Fix test by sotetsuk in https://github.com/sotetsuk/pgx/pull/459
* [Docs] Update README by sotetsuk in https://github.com/sotetsuk/pgx/pull/460
* [Docs] Add LICENSE by sotetsuk in https://github.com/sotetsuk/pgx/pull/462
* [BridgeBidding] `state`: Inherits `core.state`, `init` `step`: match return values to other games by harukaki in https://github.com/sotetsuk/pgx/pull/458
* [BridgeBidding] Fix bridge visualizer test by sotetsuk in https://github.com/sotetsuk/pgx/pull/464
* [Go] Unite two `ren_id_board` into one by sotetsuk in https://github.com/sotetsuk/pgx/pull/369


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* Speed benchmark on OpenSpiel and PettingZoo by nissymori in https://github.com/sotetsuk/pgx/pull/394
* Add gif to README by sotetsuk in https://github.com/sotetsuk/pgx/pull/404
* [Backgammon] Implement no-op by nissymori in https://github.com/sotetsuk/pgx/pull/415
* Refactor speed benchmark scripts by sotetsuk in https://github.com/sotetsuk/pgx/pull/409
* [Backgammon] FIx backgammon warning by sotetsuk in https://github.com/sotetsuk/pgx/pull/418


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v0.0.18...v0.0.19

Page 10 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.