fix issue in BulletClient (pybullet_utils.bullet_client) that may disconnect multiple times, causing issues when repeatedly creating a gym env

bump up pybullet to version 2.5.7
This commit is contained in:
Erwin Coumans
2019-11-07 10:47:56 -08:00
parent 0cdddb874c
commit 9f44d76b67
2 changed files with 10 additions and 6 deletions

View File

@@ -491,7 +491,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS:
setup(
name='pybullet',
version='2.5.6',
version='2.5.7',
description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description=