Train AI to play simplified implementation of Tetris
- 20 X 10 well
- 5 actions (fixed) possible before the tetramino sinks 1 row
- next tetramino to appear is selected using random.randint()
Huge, 2200 states
- Move left
- Move right
- Rotate left
- Rotate right
- Do nothing
TODO