Tetris-deep-Q-learning-pytorch
Tetris-deep-Q-learning-pytorch copied to clipboard
requirement.txt
Hey! Great work, that could be a great example in ML courses. It would maybe benefit from having a pip requirement.txt files that would automatize the install:
Pillow==7.0.0
opencv-python==4.2.0.32
torch==1.4.0
numpy==1.18.2
matplotlib==3.0.3
and the installation would sum up to:
python3 -m pip install -r requirement.txt