-
Notifications
You must be signed in to change notification settings - Fork 4
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
Semaphore is busy issue #6
Comments
Here is the copy of the problem. |
I think it might be an issue related to multi-environment asynchronous communication. Please check the size of your memory, adjust the number of environments, and then give it another try; or you could run separate examples within HoloOcean to see if they work. |
Dear author
![2025-01-14 16-25-15 的屏幕截图](https://private-user-images.githubusercontent.com/161912817/402935523-872d4c9c-e6a4-471e-9253-0aab446f488f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjY2NjMsIm5iZiI6MTczOTQ2NjM2MywicGF0aCI6Ii8xNjE5MTI4MTcvNDAyOTM1NTIzLTg3MmQ0YzljLWU2YTQtNDcxZS05MjUzLTBhYWI0NDZmNDg4Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNzA2MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kY2ZhYWE5N2MyNDVkNmViZTJlMjYwOTI3ZThkMmQ1OTFkNGY1ODNiOTVjMTNjNTcwYjRhNzBiMWYyZDFkZmI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sdT62sHuL3Kam9umhNbZDzXq0f6uQmNrKFW8fX2eIfo)
I meet "posix_ipc.BusyError: Semaphore is busy" problem when I begin training SAC algorithm. It always happens when the algorithm has been trained for 15 episodes or more. The problem detail is in the attached pictures.
I wonder if you have encountered it before. If so, please offer me some useful solution. Any help is important for me.
The dependency I use is Holoocean 1.0.0, and I run this project on RTX2060 GPU.
The text was updated successfully, but these errors were encountered: