mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 00:03:53 +00:00
update docker command/version, so pybullet wheels are compatible with numpy 2.0 and 1.0
(thanks to Antonin Raffin for the report)
This commit is contained in:
@@ -44,7 +44,6 @@ def test(args):
|
|||||||
print("action space:")
|
print("action space:")
|
||||||
sample = env.action_space.sample()
|
sample = env.action_space.sample()
|
||||||
action = sample * 0.0
|
action = sample * 0.0
|
||||||
action = [0,0]#sample * 0.0
|
|
||||||
|
|
||||||
print("action=")
|
print("action=")
|
||||||
print(action)
|
print(action)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -505,7 +505,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pybullet',
|
name='pybullet',
|
||||||
version='3.2.5',
|
version='3.2.7',
|
||||||
description=
|
description=
|
||||||
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
|
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
|
||||||
long_description=
|
long_description=
|
||||||
|
|||||||
Reference in New Issue
Block a user