arrival-ltd / catalyst-rl-tutorial

Using Catalyst.RL to train a robot to perform peg-in-hole insertion in simulation.
MIT License
151 stars 14 forks source link

QMutex: destroying locked mutex #12

Open madE03 opened 2 years ago

madE03 commented 2 years ago

After running run-training.sh file the terminal displays QMutex error. I'm not able to identify the error as there are very less resources about this out there. Screenshot from 2022-06-10 11-20-33

madE03 commented 2 years ago

Coppeliasim opens and after 2-3 seconds of grey screen it closes instantly. This happens twice everytime I run the run-training.sh file

v-bengbeng-v commented 2 years ago

I have the same problem, have you solved it?

Klins101 commented 1 year ago

I have the same problem, @v-bengbeng-v , @madE03 , @fedor-chervinskii, @dtransposed has anyone been able to solve it?

madE03 commented 1 year ago

Nope 😔

Klins101 commented 1 year ago

The issue is from the catalyst library installation. The calalyst.utils.initialization file was not added for installation. I have created an issue on that on the calalyst library github, However, you could add the file yourself on your local machine and it will work fine. Below is the link to the file.

https://catalyst-team.github.io/catalyst/v20.03.2/_modules/catalyst/utils/initialization.html#get_optimal_inner_init

Glitter-yangyong commented 7 months ago

The issue is from the catalyst library installation. The calalyst.utils.initialization file was not added for installation. I have created an issue on that on the calalyst library github, However, you could add the file yourself on your local machine and it will work fine. Below is the link to the file.

https://catalyst-team.github.io/catalyst/v20.03.2/_modules/catalyst/utils/initialization.html#get_optimal_inner_init

Hello, how do you operate? Could you tell me more about it? I have put you to provide "calalyst.utils.initialization.py" file downloaded to a computer, and add into the "network.py, run "run - training.sh" still shows "QMutex: destroying locked mutex"