補強学習アルゴリズムを実行するOpenAI Gymの例のpythonバインディングを含むbullet3 githubリポジトリ(Bullet Physics SDK)をhttps://github.com/bulletphysics/bullet3.gitからダウンロードしました。 私は次のディレクトリにあるkuka_grasp_block_playback.pyの例を実行しようとしました:bullet3-master/examples/pybullet/examples/
私のシステムはpybullet.GUIをサポートしていないので、私はpybullet.DIRECTを先に進めました。 しかし、そのは私に次のエラーを与え、python kuka_grasp_block_playback.py
を使用してそれを実行している上:私のシステムでbulletphysics/bullet3(pybulletライブラリ)が実行されていません。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.
これに対処する方法は?