Adriantega12 / ML-Tetris

Tetris clone made in Python, to use in a future project
0 stars 0 forks source link

#10 - Data Generation #22

Open Adriantega12 opened 5 years ago

Adriantega12 commented 5 years ago

For the AI learning algorithm, data should be generated while playing. This data will be the whole grid and the output is going to be the input as a player, which could be sideways movement, rotation or drop down.

Adriantega12 commented 5 years ago

Data generation first draft made in merge request #23.