benelot / pybullet-gym

Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.
https://pybullet.org/
Other
823 stars 123 forks source link

Problem in rendering #39

Closed devloper13 closed 4 years ago

devloper13 commented 4 years ago

I'm using ReacherPyBulletEnv-v0 and I'm unable to render it.

benelot commented 4 years ago

Hi!

Sorry for coming back to you so late. Yes, it is not yet ready to use, there is a rendering issue. It has to do with the rendere of pybullet and as such bullet itself. Could you please post the issue to the https://github.com/bulletphysics/bullet3/issues page and ask mention me there? It would be great if they realize that people are using the gyms and are unable to use some stuff. Thanks

On Thu, Jan 9, 2020 at 8:52 PM devloper13 notifications@github.com wrote:

I'm using ReacherPyBulletEnv-v0 and I'm unable to render it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benelot/pybullet-gym/issues/39?email_source=notifications&email_token=AAXXXKZBVHFQDQ4K3K5JEJLQ4557BA5CNFSM4KE5R4GKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFFA4AA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXXXKZLWZSV5CZXXD2F33DQ4557BANCNFSM4KE5R4GA .

devloper13 commented 4 years ago

I could render it by calling env.render('human') before using env.reset().