-
Notifications
You must be signed in to change notification settings - Fork 648
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
Windows 10 Random Crash After Unknown Amount of Attempts #168
Comments
It tried ( fp = builtins.open(filename, "w+b") ) to access the file I'm just gonna have gpt type this:
How to Fix:
If these steps don't solve the issue, you might want to double-check the path you're trying to write to and ensure there are no typos or incorrect path separators (\ for Windows, / for Unix-like systems). If you need further help, feel free to ask in the discord help channel! 😊 https://discord.com/invite/rCVvDykK |
This doesn't make sense as it ran for 5-10m prior, without fail, writing images and such, so I don't know. I didn't have any other programme that could interfere open, and the programme created the path, so it should definitely work. I'll join the discord when I get up. The only thing I can think of is it being on a non-C:\ drive. |
Hey! I have seen this before on windows. One potential cause is that if you have the image folder open in file explorer, the windows thumbnail generating process can lock the file for a short amount of time and sometimes cause that error. a few possible solutions- a. make sure that folder isn’t open while the training is running, b. wrap the file write in the env with a try/except to ignore the error, c. comment out / disable the screenshot file writing. |
Error Logs
Does this happen because the training hit hard-coded constraints that ends the run? The command I used is
python run_baseline_parallel_fast.py
in the\baselines
directory. This has happened twice consecutively, and I've only tried this twice.My PC Specs:
The text was updated successfully, but these errors were encountered: