gym-tetris
gym-tetris copied to clipboard
Tetris OpenAI environment
Results
2
gym-tetris issues
Sort by
recently updated
recently updated
newest added
Some `gym` APIs looks changed. So I updated some code to work with gym 1.12.0
It looks like the env returns observation space shape of Box(480, 640, 3), while the actual frame returned by step() has a shape of (200, 400, 3). For me the...