From 5ede227e94916503246fe3f93cbbea573fe88e36 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 5 Jun 2018 19:33:28 -0700 Subject: [PATCH] Update robot_bases.py remove print --- examples/pybullet/gym/pybullet_envs/robot_bases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/gym/pybullet_envs/robot_bases.py b/examples/pybullet/gym/pybullet_envs/robot_bases.py index f9b39b347..428145d5b 100644 --- a/examples/pybullet/gym/pybullet_envs/robot_bases.py +++ b/examples/pybullet/gym/pybullet_envs/robot_bases.py @@ -111,7 +111,7 @@ class MJCFBasedRobot(XmlBasedRobot): def reset(self, bullet_client): self._p = bullet_client - print("Created bullet_client with id=", self._p._client) + #print("Created bullet_client with id=", self._p._client) if (self.doneLoading==0): self.ordered_joints = [] self.doneLoading=1