-
Notifications
You must be signed in to change notification settings - Fork 10
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
ConcentricTubeRobot Example Error #58
Comments
Hello, It looks like you're running a newer version of stable baselines3, can you make sure you're using v1.7.0 since SofaGym is not compatible with newer versions at the moment. |
I am using V1.7.0 Is there anything else that I should look out for? (pip show stable_baselines3 output below)
|
You can check if you're running the correct gym version as well. |
I'm using: And to clarify, I am able to run the Catheter Beam example and with learning. |
Current configuration:
Ubuntu 20.04
Sofa v23.06.00 (From Binary)
Python 3.8.10
When running example (python test_env.py -e concentrictuberobot-v0 -ep 100 -s 100), simulation runs successfully, but when throws this error when training (python rl.py -e concentrictuberobot-v0 -a DQN)
Any advice here? I'm pretty sure that I have installed all of the dependencies correctly according to the readme, and this issue is confirmed on multiple installs/machines.
The text was updated successfully, but these errors were encountered: