I cannot import stable_baselines3 to the script (sofapython3). With the same environment setting by conda, I could import stable_baselines3 and train a custom env by running python3 testRL.py #4306
|
Hi everybody Thanks in advance for your support!!! |
Replies: 2 comments
|
Hi @parabolang Oh ! this is about SofaGym let me poke @samuelmyoussef ! |
|
Hello, I'm not exactly sure about this specific error, it could be because of compatibility issues between versions of some of the dependencies with stable baselines3. It's also hard to tell since I don't know how you created your env and how you're importing sb3 in your sofa scene. I recommend trying Hugo's solution to the build issue you're having and using SofaGym afterwards. |
Hello,
I'm not exactly sure about this specific error, it could be because of compatibility issues between versions of some of the dependencies with stable baselines3. It's also hard to tell since I don't know how you created your env and how you're importing sb3 in your sofa scene. I recommend trying Hugo's solution to the build issue you're having and using SofaGym afterwards.