-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
BaseVectorEnv.__del__() crash on Windows #346
Comments
I think it doesn't matter when you run the entire code, because it only raises exception at the end of env.close(). |
Hi, @Trinkle23897 , in fact, the program terminated after this exception, so the remained epoches haven't run. |
Did you run the code in https://tianshou.readthedocs.io/en/master/tutorials/dqn.html#train-policy-with-a-trainer?
Nope, in fact as shown in your log:
This says the training is done (2nd line). And |
@Trinkle23897 , I run the code here, https://github.com/thu-ml/tianshou#quick-start |
btw, this is the feature for early stopping. |
@Trinkle23897 , thanks sincerely for your explanation! |
Hi, @Trinkle23897 , what should I do to refrain from this issue? |
just re-install tianshou from the current master version: |
@Trinkle23897 , get it. |
Hi,guys,
I run the example code, but there appears an exception, like,
Exception-raising bug
I think this is an exception-raising bug on Win10.
Environment
Any answer or idea will be appreciated!
The text was updated successfully, but these errors were encountered: