bullet3/examples/pybullet/gym
Erwin Coumans 8e8955571f workaround for Tensorflow 2.x breaking API:
try:
  import tensorflow.compat.v1 as tf
except Exception:
  import tensorflow as tf
2020-02-29 20:35:05 -08:00
..
pybullet_data add pendulum of 5 links 2020-02-12 13:05:51 -08:00
pybullet_envs workaround for Tensorflow 2.x breaking API: 2020-02-29 20:35:05 -08:00
pybullet_robots fix loadpanda video generation 2020-01-12 08:07:54 -08:00
pybullet_utils Replace tensorflow with tf.compat.v1 2020-02-19 17:35:48 +01:00