Skip to content

Releases: genyrosk/gym-chess

Handle invalid actions

18 Jan 19:55
6d0b545
Compare
Choose a tag to compare
Pre-release
  • Handle invalid actions by returning the current state and a reward for picking an invalid action
  • Valid actions also get an extra reward

v0.3.1: Merge pull request #11 from genyrosk/update-imports

15 Jan 01:15
1cf15e0
Compare
Choose a tag to compare

Make environments available for import directly from root module e.g. from gym_chess import ChessEnvV1

ChessEnvV2: the power of Rust

14 Jan 20:18
Compare
Choose a tag to compare
Pre-release

Release of the v2 version of the environment with the core engine implemented in Rust

  • over 100x performance improvement over v1
  • major bug fixes in both v1 and v2 environments
  • ported tests to the new environment

ChessEnvV1: big improvements

13 Jan 12:10
9e383a1
Compare
Choose a tag to compare
Pre-release

The new ChessEnvV1 is a major upgrade to the original environment (renamed to ChessEnvV0) and comes with an almost complete rewrite of the original code, with major improvements to code maintainability and readability, as well as bug fixes.

Full details: #8