Skip to content

gym env for humanoid robots including Pepper & NAO & Romeo & Dancer with pybullet

License

Notifications You must be signed in to change notification settings

0aqz0/humanoid-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humanoid-gym

gym env for humanoid robots including Pepper & NAO & Romeo & Dancer with pybullet

Installation

$ git clone [email protected]:0aqz0/humanoid-gym.git
$ cd humanoid-gym
$ pip install -e .

Usage

import gym, humanoid_gym
import pybullet as p

env = gym.make('pepper-v0')

while True:
    env.render()

    actions = env.action_space.sample()

    observation, reward, done, info = env.step(actions)

References

About

gym env for humanoid robots including Pepper & NAO & Romeo & Dancer with pybullet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages