OpenAI Gym Franka Emika Panda robot environment based on PyBullet.
Project description
panda-gym
OpenaAI Gym Franka Emika Panda robot environment based on PyBullet.
Installation
Using PyPI
pip install panda-gym
From source
git clone https://github.com/qgallouedec/panda-gym.git
pip install -e panda-gym
Usage
import gym
import panda_gym
env = gym.make('PandaReach-v1', render=True)
obs = env.reset()
done = False
while not done:
action = env.action_space.sample() # random action
obs, reward, done, info = env.step(action)
env.close()
Environments
PandaReach-v1 |
PandaPush-v1 |
PandaSlide-v1 |
PandaPickAndPlace-v1 |
PandaStack-v1 |
|
Environments are widely inspired from OpenAI Fetch environments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
panda_gym-1.0.1-py3-none-any.whl
(20.4 kB
view details)
File details
Details for the file panda_gym-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: panda_gym-1.0.1-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7b8eb159646fe4f98f47b341d5e9d1ab6e9e6864f53f5b7c8d511de9c874ce2 |
|
MD5 | 15afd306c2471b868befbf0d87f9e842 |
|
BLAKE2b-256 | 5addba7f00800f092da4cbd17383fdcd4c281ab195919248182575e3683fd25d |