refactor pybullet/gym to allow instantiating environments directly from a pybullet install:
work-in-progress (need to add missing data files, fix paths etc)
example:
pip install pybullet
pip install gym
python
import gym
import pybullet
import pybullet_envs
env = gym.make("HumanoidBulletEnv-v0")
This commit is contained in:
BIN
examples/pybullet/gym/pybullet_envs/data/table/table.png
Normal file
BIN
examples/pybullet/gym/pybullet_envs/data/table/table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 847 KiB |
Reference in New Issue
Block a user