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

Environnement are widely inspired from OpenAI Fetch environnements.

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.0.4.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

panda_gym-0.0.4-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: panda_gym-0.0.4.tar.gz
  • Upload date:
  • Size: 8.7 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.0.4.tar.gz
Algorithm Hash digest
SHA256 52822d333e48d4db9032735d306882617a34eeca2c85c6ec56349cc2070f72cb
MD5 a574ba005b33c47aa3b174827e6fac36
BLAKE2b-256 473c1d1b5516a6dc18e1bbeeb10336f94c1a40d64acefc99b4713f534b8d28a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: panda_gym-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 14.2 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.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2d16f2ba49f77bdda7b62fe38554e6e1b9fc86a9f903750345d470b1e94f49c9
MD5 1189562df8cce5d35d476b1d960593a8
BLAKE2b-256 223bf6fed78b957123c7dd47185111d702b36b6096aa2b6fd7e8c1b5a2f5ffa4

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