-
Notifications
You must be signed in to change notification settings - Fork 51
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
Visualization windows remain open #7
Comments
I had the same problem here. Although the official way to close an environment was to call @Ryandry1st have u solved this problem? Otherwise it would be appreciated if anyone else knows how to solve this? Thanks ! @danaugrs |
I also tried this and found that they did not work. No I do not have a solution, as of right now I have to close the execution window, which is not reasonable. I was mostly just looking into this to check out how the library works so I have not put in serious time for solutions. It also appears that the windows task manager is unable to close the windows too, so it is unlikely that a simple script will be able to. |
my solution was to go into the For example:
This closes the window after train/test completes. It's a bit of a workaround but it works |
I probably simply do not see the function, but there does not seem to be a way to close the visualized plots once they are open. I attempted using:
plt.close()
plt.close('all')
but neither worked. Also simply attempting to close the window by clicking had no effect. The only way I could close the windows was by closing the entire workspace/killing the process.
Let me know what the proper way is!
The text was updated successfully, but these errors were encountered: