Skip to content

Releases: Max-We/Tetris-Gymnasium

0.2.1

12 Oct 15:47
b09ac36
Compare
Choose a tag to compare

This release introduces two functions to clone the state of the environment:

  • get_state: gets the state of the environment (board, holder, ...)
  • set_state: sets the state of the environment

These functions are the preferred way to clone a Tetris environment. Compared to deepcopy, this method is a lot faster.

0.2.1-test

12 Oct 15:45
b09ac36
Compare
Choose a tag to compare
0.2.1-test Pre-release
Pre-release

This release introduces two functions to clone the state of the environment:

  • get_state: gets the state of the environment (board, holder, ...)
  • set_state: sets the state of the environment

These functions are the preferred way to clone a Tetris environment. Compared to deepcopy, this method is a lot faster.

0.2.0

11 Sep 12:48
Compare
Choose a tag to compare

This is the first PyPi release of Tetris Gymnasium.

Features

  • Supports classic action-space
  • Supports grouped-actions action space as a wrapper
  • Supports customization for tetrominoes, board dimensions, gravity and rewards via parameters
  • Includes wrappers for rendering
  • Includes example scripts for training agents (DQN) and logging in W&B
  • Includes a Dockerfile
  • Offers a detailed documentation on GitHub pages
  • Accompanied a short-paper describing the motivation and implementation details

Note: This version may have issues which will be resolved in future versions. Milestones and issues are tracked in the GitHub project.

PyPi Test Prerelease

11 Sep 12:34
Compare
Choose a tag to compare
PyPi Test Prerelease Pre-release
Pre-release
0.2.0-test

Remove dynamic version and set version to 0.2.0

PyPi Publish Test

11 Sep 11:38
Compare
Choose a tag to compare
PyPi Publish Test Pre-release
Pre-release
0.1.0

Change repo url