Skip to content

Releases: bulletphysics/bullet3

PyBullet 3.2.5

24 Apr 23:54
2c204c4
Compare
Choose a tag to compare

Bugfix: revert concave early out, see #4263

Another fix from 3.24: avoid memory buildup when using createMultiBody, thanks to Jason Peng for the report and reproduction case.
Minor fix, related to issue with debug line drawing, introduced in addUserDebugPoints patch. Also, remove C++11 'override'.

For further changes see the commit history.

See fast debug point rendering for point clouds in this PR:
#3996

There is a zip file with an example how to use it.
debug_points

PyBullet 3.22

26 Mar 02:31
e306b27
Compare
Choose a tag to compare
3.22b

Update VERSION

PyBullet 3.21

01 Dec 18:25
fa50f19
Compare
Choose a tag to compare
Merge pull request #4048 from priority-kew/aliengo_reduced_meshes

Import Aliengo URDF

PyBullet 3.1.7 / Bullet Physics 3.17

26 Nov 22:27
ebe1916
Compare
Choose a tag to compare

This updated Bullet Physics release was used for the
"Learning Agile Robotic Locomotion Skills by Imitating Animals" research., led by Jason Peng.

motion_imitation2

See also https://xbpeng.github.io/projects/Robotic_Imitation/index.html
And a video here:
https://www.youtube.com/watch?v=lKYh6uuCwRY
There is also an example of model-predictive-control (MPC) for quadruped locomotion.
See the repository here:
https://github.com/google-research/motion_imitation
Install PyBullet using: pip3 install pybullet --user --upgrade

Quadruped Motion Imitation and MPC locomotion

24 Sep 17:18
afa73c2
Compare
Choose a tag to compare

This updated Bullet Physics release was used for the
"Learning Agile Robotic Locomotion Skills by Imitating Animals" research., led by Jason Peng.

motion_imitation2

See also https://xbpeng.github.io/projects/Robotic_Imitation/index.html
And a video here:
https://www.youtube.com/watch?v=lKYh6uuCwRY
There is also an example of model-predictive-control (MPC) for quadruped locomotion.
See the repository here:
https://github.com/google-research/motion_imitation
Install PyBullet using: pip3 install pybullet --user --upgrade

Bullet 2.89 with FEM deformables, PyBullet deep_mimic and Laikago

21 Dec 00:46
830f0a9
Compare
Choose a tag to compare

Bullet 2.89 includes a new implementation of volumetric deformable objects and cloth based on the Finite Element Method, thanks to Xuchen Han. Two-way coupling between deformables and rigid/multi body is achieved using a unified constraint solver.

PyBullet is improved for robotics sim-to-real with realistic models of Laikago quadruped and an implementation of Deep Mimic.

pip3 install pybullet
python3 -m pybullet_envs.examples.laikago
python3 -m pybullet_envs.deep_mimic.testrl --arg_file run_humanoid3d_backflip_args.txt

image
Video of Deep Mimic backflip: https://www.youtube.com/watch?v=aiWxIjtMMFI
See also the
PyBullet Quickstart Guide

Finite Element Deformable kept in a grasp using friction:
image

Bullet Physics SDK 2.88 and PyBullet

31 Dec 21:03
126b676
Compare
Choose a tag to compare

A lot of work this year went into improving PyBullet for robotics and reinforcement learning research.
The SDK was used in several published research papers by Google Brain Robotics, including our RSS 2018 paper "Sim-to-Real: Learning Agile Locomotion For Quadruped Robots" , see the video here
img
Some of the improvements are related to maintaining determinism when saving and restoring a simulation, and improving the accuracy of GJK convex collision detection and btMultiBody.

Bullet 2.87 with pybullet robotics Reinforcement Learning environments

29 Sep 23:37
Compare
Choose a tag to compare

Bullet 2.87 has improved support for robotics, reinforcement learning and VR. In particular, see the "Reinforcement Learning" section in the pybullet quickstart guide at http://pybullet.org . There are also preliminary C# bindings to allow the use of pybullet inside Unity 3D for robotics and reinforcement learning.

Here are some videos:

Some example training the pybullet_pendulum using TensorFlow Agents PPO:
pip install pybullet, agents, tensorflow, gym

python -m pybullet_envs.agents.train_ppo --config=pybullet_pendulum --logdir=pendulum
tensorboard --logdir=pendulum --port=2222
python -m pybullet_envs.agents.visualize_ppo --logdir=pendulum/xxxxx --outdir=pendulum_video

image

Tensorboard training progress image for the Minitaur locomotion:
minitaur

Bullet 2.86 with pybullet for robotics, deep learning and VR

19 Feb 13:43
Compare
Choose a tag to compare

The Bullet 2.86 has improved Python bindings, pybullet, for robotics, machine learning and VR, see the pybullet quickstart guide.

Furthermore, the PGS LCP constraint solver has a new option to terminate as soon as the residual (error) is below a specified tolerance (instead of terminating after a fixed number of iterations). There are optional multithreaded optimizations, thanks to lunkhound. There is preliminary support to load some MuJoCo MJCF xml files (see data/mjcf),see Bullet VR haptic experiments with a VR glove:

https://www.youtube.com/watch?v=0JC-yukK-jo

app_sharedmemoryphysics_vr_vs20 2017-01-26 10-12-45-16

Bullet 2.85

15 Oct 17:50
Compare
Choose a tag to compare

Bullet 2.85 (previously known as 2.84) introduces pybullet, easy to use Python bindings, as well as Virtual Reality support for HTC Vice and Oculus Rift. In addition, there is support for Inverse Kinematics and Inverse Dynamics. This release is marked as 'prerelease' until the documentation is updated. See also this video: https://www.youtube.com/watch?v=VMJyZtHQL50
img