OpenAI Gym Environment for Block Sudoku
Project description
Overview
The BlockSudoku environment is for use with OpenAI Gym. Yoiu can find more details about the implementation from this webpage.
Block Sudoku is a game arranged like a traditional Sudoku board, and each "round", you place 3 tetris-like blocks on the board. They can be anywhere on the board as long as they don't collide with an existing piece on the board. An example is below:
But unlike Tetris, you cannot rotate the blocks. You gain points by clearing the blocks off the board. You can clear blocks either filling up a row, column, or one of the 3x3 squares. All of the following arrangements below are valid for clearing a line or block of blocks.
The game ends when you cannot place all three of the blocks you were given that round such as being left with the T-block on the board below :
States / Actions
Coming soon!
Installation
Installing from PyPI
pip install gym-blocksudoku
Installing from Source
git clone https://github.com/drakeor/gym-blocksudoku
cd gym-blocksudoku
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gym_blocksudoku-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gym_blocksudoku-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42e509829249671cea3c6e25748e46dbe9ee5c19c54687fd5792d40dd6aa5f37
|
|
| MD5 |
0d6714819904fc778246839f4871d001
|
|
| BLAKE2b-256 |
3b97595e55fbe5524afe95979f32aa2d08e5f39f2e9b7186eef4c1d2c6997df7
|