Erwin Coumans
51b7e1040f
more fixes in the pybullet gym environments: use main instead of demo_run,
add missing main to some eaxmples.
pip install pybullet
train:
python -m pybullet_envs.examples.train_pybullet_cartpole
enjoy:
python -m pybullet_envs.examples.enjoy_pybullet_cartpole
enjoy pretrained environments:
python -m pybullet_envs.examples.enjoy_TF_AntBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_HalfCheetahBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_AntBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_HopperBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_HumanoidBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_InvertedDoublePendulumBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_InvertedPendulumBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_InvertedPendulumSwingupBulletEnv_v0_2017may
python -m pybullet_envs.examples.enjoy_TF_Walker2DBulletEnv_v0_2017may
Run some gym environment test:
python -m pybullet_envs.examples.racecarGymEnvTest
Create/Import a specific Gym environment:
python
import pybullet_envs
env = gym.make("AntBulletEnv-v0")
env = gym.make("HalfCheetahBulletEnv-v0")
env = gym.make("HopperBulletEnv-v0")
env = gym.make("HumanoidBulletEnv-v0")
env = gym.make("Walker2DBulletEnv-v0")
env = gym.make("InvertedDoublePendulumBulletEnv-v0")
env = gym.make("InvertedPendulumBulletEnv-v0")
env = gym.make("MinitaurBulletEnv-v0")
env = gym.make("RacecarBulletEnv-v0")
env = gym.make("KukaBulletEnv-v0")
env = gym.make("CartPoleBulletEnv-v0")
2017-08-26 13:13:53 -07:00
..
2017-06-01 15:30:37 -07:00
2017-06-02 18:26:04 -07:00
2017-06-24 19:38:31 -07:00
2017-06-30 19:11:43 -07:00
2017-06-01 15:30:37 -07:00
2017-06-01 15:30:37 -07:00
2017-06-05 14:15:51 -07:00
2017-08-18 08:53:46 -07:00
2015-05-01 11:42:14 -07:00
2017-06-01 15:30:37 -07:00
2017-06-01 15:30:37 -07:00
2017-06-01 15:30:37 -07:00
2017-06-01 15:30:37 -07:00
2017-03-13 11:00:56 -07:00
2017-08-24 09:16:11 -07:00
2017-08-14 14:59:41 -07:00
2017-06-24 13:41:33 -07:00
2016-03-10 21:15:23 -08:00
2017-06-03 10:57:56 -07:00
2017-07-02 21:05:51 -07:00
2017-06-24 13:41:33 -07:00
2017-06-01 15:30:37 -07:00
2017-08-24 15:18:43 -07:00
2017-06-01 15:30:37 -07:00
2017-08-26 13:13:53 -07:00
2017-06-01 15:30:37 -07:00
2017-06-24 13:41:33 -07:00
2017-06-01 15:30:37 -07:00
2017-06-24 13:41:33 -07:00
2017-08-16 12:33:25 -07:00
2017-06-02 17:40:50 -07:00
2017-08-24 09:16:11 -07:00
2017-05-24 16:44:43 -07:00
2017-06-01 15:30:37 -07:00
2017-08-19 09:48:32 -07:00
2017-08-19 09:48:32 -07:00
2017-05-01 22:35:33 -07:00
2017-06-21 09:33:46 -07:00
2017-06-24 19:38:31 -07:00
2017-07-14 23:12:16 +01:00
2017-06-01 15:30:37 -07:00
2017-06-01 15:30:37 -07:00
2017-04-16 17:53:44 +01:00