diff --git a/.gitignore b/.gitignore index 4a61df8..f244c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ # ignore all pyc files. *.pyc - +.env diff --git a/README.md b/README.md index e7336ab..7cb5de9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This project follows the description of the Deep Q Learning algorithm described * TensorFlow 0.7 * pygame * OpenCV-Python +just run this command +pip install -r requirments.txt ## How to Run? ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c270b52 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,22 @@ +absl-py==0.1.10 +astor==0.6.2 +backports.weakref==1.0.post1 +bleach==1.5.0 +enum34==1.1.6 +funcsigs==1.0.2 +futures==3.2.0 +gast==0.2.0 +grpcio==1.10.0 +html5lib==0.9999999 +Markdown==2.6.11 +mock==2.0.0 +numpy==1.14.1 +opencv-python==3.4.0.12 +pbr==3.1.1 +protobuf==3.5.1 +pygame==1.9.3 +six==1.11.0 +tensorboard==1.6.0 +tensorflow==1.6.0 +termcolor==1.1.0 +Werkzeug==0.14.1