Skip to main content

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/quenting44/panda-gym.git
pip install -e panda-gym

Usage

import gym
import panda_gym

env = gym.make('PandaReach-v0', 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

Following environments are widely inspired from OpenAI Fetch environments. Video here

PandaReach-v0: Panda has to move its end-effector to the desired goal position.

PandaSlide-v0: Panda has to hit a puck across a long table such that it slides and comes to rest on the desired goal.

PandaPush-v0: Panda has to move a box by pushing it until it reaches a desired goal position.

PandaPickAndPlace-v0: Panda has to pick up a box from a table using its gripper and move it to a desired goal above the table.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panda_gym-0.1.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

panda_gym-0.1.0-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file panda_gym-0.1.0.tar.gz.

File metadata

  • Download URL: panda_gym-0.1.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for panda_gym-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6d3635b34ca9fedfdd63ddc7a63eb851d2db70f2bbdcf34b2fbc18e3f898edca
MD5 4869b7ff09eaa02f35f7239568224d34
BLAKE2b-256 1fb79be87e6f9a8366546770a22248e3404845cd4961747b1501508ed770e2e6

See more details on using hashes here.

File details

Details for the file panda_gym-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: panda_gym-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for panda_gym-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5201d3ed8d994f431dc383fda1722d8d8c396706af0719e34cc4a98e1bf3800f
MD5 2dfa74f121693e03332d9b2c42abe616
BLAKE2b-256 7d3bdc87078e919ff1b08c96c55b9bd8bc84f595a9def34ea726b3b22ea59531

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page