PyBullet multi-physics engine support

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
jcoll44
Posts: 1
Joined: Mon Aug 13, 2018 11:42 pm

PyBullet multi-physics engine support

Post by jcoll44 »

Hi PyBullet contributors,

I recently saw a commit on the Git page of PyBullet describing additional functionality that will allow PyBullet to use MuJoCo physics or DART physics. I am just enquiring on when this additional functionality will be ready for use?

Kind Regards,
Jack
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: PyBullet multi-physics engine support

Post by Erwin Coumans »

There is no timeline for it. The feature is mainly for benchmarking purposes, I assume PyBullet users want to use Bullet instead of DART or MuJoCo. I got the MuJoCo very basic test working in PyBullet loading a basic MJCF file etc.
Post Reply