bump up pybullet version, instruction to visualize agents ppo:

python -m pybullet_envs.agents.visualize_ppo -config=pybullet_pendulum --logdir=pendulum/20170927T101514-pybullet_pendulum/ --outdir=vid

tensorboard --logdir=20170927T101514-pybullet_pendulum --port=2222
This commit is contained in:
Erwin Coumans
2017-09-27 10:26:45 -07:00
parent 8a071e9b7b
commit 5082d6af15
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,4 @@
r"""An example to run of the minitaur gym environment with sine gaits.
blaze run -c opt //robotics/reinforcement_learning/minitaur/\
envs:minitaur_gym_env_example
"""
import math

View File

@@ -441,7 +441,7 @@ print("-----")
setup(
name = 'pybullet',
version='1.4.8',
version='1.4.9',
description='Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description='pybullet is an easy to use Python module for physics simulation, robotics and deep reinforcement learning based on the Bullet Physics SDK. With pybullet you can load articulated bodies from URDF, SDF and other file formats. pybullet provides forward dynamics simulation, inverse dynamics computation, forward and inverse kinematics and collision detection and ray intersection queries. Aside from physics simulation, pybullet supports to rendering, with a CPU renderer and OpenGL visualization and support for virtual reality headsets.',
url='https://github.com/bulletphysics/bullet3',