You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: