reaver icon indicating copy to clipboard operation
reaver copied to clipboard

Restore previous experiment result issue

Open kimbring2 opened this issue 5 years ago • 4 comments

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?

19-22-02

From Dohyeong

kimbring2 avatar May 28 '19 10:05 kimbring2

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.

inoryy avatar May 28 '19 12:05 inoryy

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()

kimbring2 avatar May 28 '19 13:05 kimbring2

That is very strange. Can you track down the exact error?

inoryy avatar May 28 '19 13:05 inoryy

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.

kimbring2 avatar May 28 '19 13:05 kimbring2