-
Notifications
You must be signed in to change notification settings - Fork 760
Open
Description
Do you have to stop the training manually?
By stopping it manually and performig the inference with the following code:
from game import Game
from funcs import playMatchesBetweenVersions
import loggers as lg
env = Game()
playMatchesBetweenVersions(env,1,1,1,10, lg.logger_tourney, 0)
I get this error:
OSError: SavedModel file does not exist at: ./run_archive/connect4/run0001/models/version0001.h5/{saved_model.pbtxt|saved_model.pb}
Metadata
Metadata
Assignees
Labels
No labels