I need to evaluation different hyperparameters on the same environment. So I drop your xland-minigrid into different process. However, I found that there are multi-thread in the process by using "top -Hp ". How can I use only one thread in each process, because I believe the multi-threading have caused the the job hitting the thread limit with an LLVM error: pthread_create failed
I need to evaluation different hyperparameters on the same environment. So I drop your xland-minigrid into different process. However, I found that there are multi-thread in the process by using "top -Hp". How can I use only one thread in each process, because I believe the multi-threading have caused the the job hitting the thread limit with an LLVM error: pthread_create failed