From a3c2ce1cef41493d59502bedb1e4731b94347e15 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 21 Feb 2018 10:06:46 -0800 Subject: [PATCH] add __init__.py for pybullet_envs.prediction --- examples/pybullet/gym/pybullet_envs/prediction/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/pybullet/gym/pybullet_envs/prediction/__init__.py diff --git a/examples/pybullet/gym/pybullet_envs/prediction/__init__.py b/examples/pybullet/gym/pybullet_envs/prediction/__init__.py new file mode 100644 index 000000000..a629e0fe7 --- /dev/null +++ b/examples/pybullet/gym/pybullet_envs/prediction/__init__.py @@ -0,0 +1,3 @@ +from . import boxstack_pybullet_sim.py +from . import pybullet_sim_gym_env.py +