https://github.com/m-sher/tftetrisenv
TensorFlow environment for RL with Tetris SRS+
https://github.com/m-sher/tftetrisenv
Last synced: 2 months ago
JSON representation
TensorFlow environment for RL with Tetris SRS+
- Host: GitHub
- URL: https://github.com/m-sher/tftetrisenv
- Owner: m-sher
- Created: 2025-02-25T17:14:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T05:06:26.000Z (3 months ago)
- Last Synced: 2025-03-09T05:24:40.588Z (3 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TFTetrisEnv
TensorFlow environment for RL with Tetris SRS+## Todo
- Undo for debugging
- Supplemental scoring
- More spins
- Immobile detection for all-mini+
- Combo table
- Everything else :)### Done
- ~~Standard scoring~~
- ~~Pip installable~~