| Definition | Gym environment for the puzzle game Woodoku |
| No of environments | 1 |
A Gym environment based on the Woodoku puzzle game, where agents must strategically place different types of blocks on a 9×9 grid to complete rows, columns, and regions. The environment includes three block types, each with a defined action space, and supports various rendering modes such as console display, human visualization, or saving video recordings. It offers flexible configuration options, including block selection and the ability to enable a “crash33” mode, where filled 3×3 regions are broken down. This environment is ideal for training reinforcement learning agents on spatial reasoning and puzzle-solving tasks.

