bullet3/examples/pybullet/gym
Erwin Coumans 97add36b9f update bullet_client.py to accept options
p.connect(p.GUI, options="--background_color_red=1 --background_color_blue=1 --background_color_green=1")

If you use bullet_client.py, you can use:
p = bc.BulletClient(connection_mode=pybullet.GUI,options="--background_color_red=1 --background_color_blue=1 --background_color_green=1")
--mouse_move_multiplier=0.4
--mouse_wheel_multiplier=0.01
--mp4=moviename.mp4
2021-02-25 16:32:39 -08:00
..
pybullet_data remove some files, wheels are exceeding 100MB on pypi... 2020-11-26 15:06:51 -08:00
pybullet_envs Merge pull request #2840 from mahyaret/master 2020-11-13 10:44:26 -08:00
pybullet_robots disable cone friction 2020-09-24 09:19:51 -07:00
pybullet_utils update bullet_client.py to accept options 2021-02-25 16:32:39 -08:00