我从https://github.com/bulletphysics/bullet3.git下载了 bullet3 github 存储库(Bullet Physics SDK),其中包含用于运行强化学习算法的 OpenAI Gym 示例的 python 绑定。我尝试运行以下目录中的 kuka_grasp_block_playback.py 示例:bullet3-master/examples/pybullet/examples/
我的系统不支持 pybullet.GUI,所以我继续使用 pybullet.DIRECT。但是,在使用运行它时python kuka_grasp_block_playback.py
,它给了我以下错误:
Traceback (most recent call last):
File "kuka_grasp_block_playback.py", line 92, in <module>
stepIndex = int(p.readUserDebugParameter(stepIndexId))
pybullet.error: Failed to read parameter.
如何处理?