reaver
reaver copied to clipboard
Restore previous experiment result issue
Thank you for always kindly answering.
Suddenly the computer stopped when learning and tried to use the restore function to start with the learning results done so far. However, I discovered in the log file the phenomenon that reading was no longer progressing and stopped at a place.
In this case, which part is the problem?
From Dohyeong
Hello, from what you're showing it seems to be working fine. If it's completely stuck for longer than a couple of minutes then try re-running, SC2 client itself can sometimes get stuck.
I find the reason of stuck.
It seems that there was a problem reading the log file. When commented line of an actor_critic.py file as follows, it confirm that it operate normally.
def on_start(self): #self.logger.on_start()
That is very strange. Can you track down the exact error?
The unexpected error message does not occur, but when I test it using the print function, it stops at line of self.run_time = int (logs [0] .split ("") [- 1]) in logger.py file.