From ac7518d24bae6954ccfaf069d8977545472e1506 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Thu, 11 May 2017 22:51:50 -0700 Subject: [PATCH] Update humanoid_running.py remove obsolete fps comment, runs at > 1000FPS on my laptop --- examples/pybullet/tensorflow/humanoid_running.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/pybullet/tensorflow/humanoid_running.py b/examples/pybullet/tensorflow/humanoid_running.py index 579ac2cab..d54d08d44 100644 --- a/examples/pybullet/tensorflow/humanoid_running.py +++ b/examples/pybullet/tensorflow/humanoid_running.py @@ -9,10 +9,6 @@ p.setGravity(0,0,-9.8) p.setPhysicsEngineParameter(fixedTimeStep=1.0/60., numSolverIterations=5, numSubSteps=2) #this mp4 recording requires ffmpeg installed #mp4log = p.startStateLogging(p.STATE_LOGGING_VIDEO_MP4,"humanoid.mp4") -# numSubSteps: -# 1 falls often at 300 fps -# 2 works fine at 300 fps -# 11 not that slower at 180 fps plane, human1 = p.loadMJCF("mjcf/humanoid_symmetric.xml",flags = p.URDF_USE_SELF_COLLISION_EXCLUDE_ALL_PARENTS)