Tetris-deep-Q-learning-pytorch icon indicating copy to clipboard operation
Tetris-deep-Q-learning-pytorch copied to clipboard

requirement.txt

Open titulebolide opened this issue 4 years ago • 0 comments

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

titulebolide avatar Mar 31 '20 15:03 titulebolide