Drobna poprawka, requirements.txt
This commit is contained in:
parent
7f49117134
commit
7cbe6ab755
2
main.py
2
main.py
@ -20,7 +20,7 @@ TILE_HEIGHT = 32
|
|||||||
CIRCLE_CENTER_X, CIRCLE_CENTER_Y = int(TILE_WIDTH/2), int(TILE_HEIGHT/2)
|
CIRCLE_CENTER_X, CIRCLE_CENTER_Y = int(TILE_WIDTH/2), int(TILE_HEIGHT/2)
|
||||||
|
|
||||||
class MainGameFrame:
|
class MainGameFrame:
|
||||||
def __init__(self, mutation_prob=0.05, generation_size=30, number_of_generations=100, amount_of_promotion=0):
|
def __init__(self, mutation_prob=0.03, generation_size=30, number_of_generations=100, amount_of_promotion=0):
|
||||||
pygame.font.init()
|
pygame.font.init()
|
||||||
self.display = pygame.display.set_mode(WINDOW_SIZE)
|
self.display = pygame.display.set_mode(WINDOW_SIZE)
|
||||||
pygame.display.set_caption("Smart ForkLift")
|
pygame.display.set_caption("Smart ForkLift")
|
||||||
|
74
requirements.txt
Normal file
74
requirements.txt
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
absl-py==0.9.0
|
||||||
|
astroid==2.4.0
|
||||||
|
astunparse==1.6.3
|
||||||
|
backcall==0.1.0
|
||||||
|
cachetools==4.1.0
|
||||||
|
certifi==2020.4.5.2
|
||||||
|
chardet==3.0.4
|
||||||
|
cycler==0.10.0
|
||||||
|
decorator==4.4.2
|
||||||
|
et-xmlfile==1.0.1
|
||||||
|
gast==0.3.3
|
||||||
|
google-auth==1.17.2
|
||||||
|
google-auth-oauthlib==0.4.1
|
||||||
|
google-pasta==0.2.0
|
||||||
|
graphviz==0.14
|
||||||
|
grpcio==1.29.0
|
||||||
|
h5py==2.10.0
|
||||||
|
idna==2.9
|
||||||
|
importlib-metadata==1.6.1
|
||||||
|
ipython==7.14.0
|
||||||
|
ipython-genutils==0.2.0
|
||||||
|
isort==4.3.21
|
||||||
|
jdcal==1.4.1
|
||||||
|
jedi==0.17.0
|
||||||
|
joblib==0.14.1
|
||||||
|
Keras==2.3.1
|
||||||
|
Keras-Applications==1.0.8
|
||||||
|
Keras-Preprocessing==1.1.2
|
||||||
|
kiwisolver==1.2.0
|
||||||
|
lazy-object-proxy==1.4.3
|
||||||
|
Markdown==3.2.2
|
||||||
|
matplotlib==3.2.1
|
||||||
|
mccabe==0.6.1
|
||||||
|
numpy==1.18.4
|
||||||
|
oauthlib==3.1.0
|
||||||
|
openpyxl==3.0.3
|
||||||
|
opt-einsum==3.2.1
|
||||||
|
pandas==1.0.3
|
||||||
|
parso==0.7.0
|
||||||
|
pexpect==4.8.0
|
||||||
|
pickleshare==0.7.5
|
||||||
|
prompt-toolkit==3.0.5
|
||||||
|
protobuf==3.12.2
|
||||||
|
ptyprocess==0.6.0
|
||||||
|
pyasn1==0.4.8
|
||||||
|
pyasn1-modules==0.2.8
|
||||||
|
pydotplus==2.0.2
|
||||||
|
pygame==1.9.6
|
||||||
|
Pygments==2.6.1
|
||||||
|
pylint==2.5.0
|
||||||
|
pyparsing==2.4.7
|
||||||
|
python-dateutil==2.8.1
|
||||||
|
pytz==2020.1
|
||||||
|
PyYAML==5.3.1
|
||||||
|
requests==2.23.0
|
||||||
|
requests-oauthlib==1.3.0
|
||||||
|
rsa==4.6
|
||||||
|
scikit-learn==0.22.2.post1
|
||||||
|
scipy==1.4.1
|
||||||
|
six==1.14.0
|
||||||
|
sklearn==0.0
|
||||||
|
tensorboard==2.2.2
|
||||||
|
tensorboard-plugin-wit==1.6.0.post3
|
||||||
|
tensorflow==2.2.0
|
||||||
|
tensorflow-estimator==2.2.0
|
||||||
|
termcolor==1.1.0
|
||||||
|
toml==0.10.0
|
||||||
|
traitlets==4.3.3
|
||||||
|
typed-ast==1.4.1
|
||||||
|
urllib3==1.25.9
|
||||||
|
wcwidth==0.1.9
|
||||||
|
Werkzeug==1.0.1
|
||||||
|
wrapt==1.12.1
|
||||||
|
zipp==3.1.0
|
Loading…
Reference in New Issue
Block a user