Skip to content

Releases: Kautenja/gym-tetris

Fix initialization of engine

09 Sep 19:36
Compare
Choose a tag to compare
  • Remove unnecessary extra reset call

Fix RNG

09 Sep 19:32
Compare
Choose a tag to compare
  • Fix random number generation to allow for deterministic gameplay
  • Fix random number generation to function consistently
  • Implement --seed/-S flag in CLI for seeding the game

Fix B-type resets

03 Jun 02:25
Compare
Choose a tag to compare
  • fix B-type to reset properly
  • fix both A and B type to use backup restore for a speedup

board_height in info dictionary

03 Jun 01:29
Compare
Choose a tag to compare

add the board height to the info dictionary

A and B game modes

03 Jun 01:15
Compare
Choose a tag to compare

game modes for A and B types

v3, v4

03 Jun 01:14
Compare
Choose a tag to compare

penalize increases in height.

update nes-py

02 Jun 17:46
c140569
Compare
Choose a tag to compare

update nes-py version to 8.0

Fix 'lines' reward signal

29 May 17:39
Compare
Choose a tag to compare
  • fix 'lines' reward stream to trigger only once
    • return the raw number of lines instead of 2^(number of lines) - 1
  • fix the CLI to use the environment command line arugment

Cleanup PyPi Information

25 May 01:42
Compare
Choose a tag to compare

move to production / stable, specify as python 3 only.

Lines Cleared Reward

25 May 00:43
Compare
Choose a tag to compare

add a new version to reward lines cleared – i.e., Tetris-v0.