- tetrisRL.py: main file, used for learning.
- getResults.py: evaluation of the controllers obtained from tetrisRL.py.
- learningPlot.py: plots.
- RL.py: this file includes the evaluation of the falling piece in every legal position.
Note: the code used for this video includes a sleep function of 0.5 seconds after each movement.