ardamavi / Game-Bot

Artificial intelligence learn playing any game with watching you.
Apache License 2.0
450 stars 117 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'Data/Model/model.json' #42

Closed SandorAlbert closed 1 year ago

SandorAlbert commented 1 year ago
C:\Users\xxx>cd C:\Users\xxx\Desktop\Game-Bot-master\Game-Bot-master

C:\Users\xxx\Desktop\Game-Bot-master\Game-Bot-master>python ai.py
Using TensorFlow backend.
Traceback (most recent call last):
  File "ai.py", line 58, in <module>
    main()
  File "ai.py", line 14, in main
    model_file = open('Data/Model/model.json', 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'Data/Model/model.json'

C:\Users\xxx\Desktop\Game-Bot-master\Game-Bot-master>

Doesn't initialize a model and cannot import it. Am I missing something?

SandorAlbert commented 1 year ago

My bad. Have to "python create_dataset.py" first.