Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore previous experiment result issue #32

Open
kimbring2 opened this issue May 28, 2019 · 4 comments
Open

Restore previous experiment result issue #32

kimbring2 opened this issue May 28, 2019 · 4 comments
Labels

Comments

@kimbring2
Copy link

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

@inoryy
Copy link
Owner

inoryy commented May 28, 2019

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.

@kimbring2
Copy link
Author

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

@inoryy
Copy link
Owner

inoryy commented May 28, 2019

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

@kimbring2
Copy link
Author

kimbring2 commented May 28, 2019

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.

@inoryy inoryy added the bug label Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants