diff --git a/examples/pybullet/gym/pybullet_data/plane.urdf b/examples/pybullet/gym/pybullet_data/plane.urdf index b04f67e96..7608290cf 100644 --- a/examples/pybullet/gym/pybullet_data/plane.urdf +++ b/examples/pybullet/gym/pybullet_data/plane.urdf @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/examples/pybullet/gym/pybullet_envs/agents/visualize_ppo.py b/examples/pybullet/gym/pybullet_envs/agents/visualize_ppo.py index 8524b6311..141f93c8f 100644 --- a/examples/pybullet/gym/pybullet_envs/agents/visualize_ppo.py +++ b/examples/pybullet/gym/pybullet_envs/agents/visualize_ppo.py @@ -26,6 +26,7 @@ from __future__ import print_function import os import gym +from gym import wrappers import tensorflow as tf from . import tools