-
Notifications
You must be signed in to change notification settings - Fork 27
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
TypeError: tuple indices must be integers or slices, not tuple #3
Comments
Please use pybullet version 3.1.0, the newest pybullet changed the return values of getCameraImage. |
i saw you recommend the python version is 3.6 in you readme.md ,why they are different? |
Python 3.6 is the recommended version for spinning up. |
do you have other solutions? |
If you do not want to use spinningup, you can use stable baselines, rllib, tianshou or write from scratch. |
there should be pybullet==3.1.0,not python I think. |
Yeah, you are right. I wrote it wrongly. |
Welcome to the latest version of the code, https://github.com/borninfreedom/drl_robot_grasp |
my pybullet==3.1.0, but i have the problem tuple indices must be integers or slices, not tuple |
Hello, the https://github.com/borninfreedom/drl_robot_grasp can't be opened, can you upload again?Thank you! |
my pybullet==3.1.0, but i have the problem tuple indices must be integers or slices, not tuple,can you help me? |
hello,some error with these codes:
self.images = self.images[:, :, :
3] # the 4th channel is alpha channel, we do not need it.
The text was updated successfully, but these errors were encountered: