Skip to main content

Set of robotic environments based on PyBullet physics engine and gymnasium.

Project description

panda-gym

Set of robotic environments based on PyBullet physics engine and gymnasium.

PyPI version Downloads GitHub build codecov Code style: black arXiv

Documentation

Check out the documentation.

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 gymnasium as gym
import panda_gym

env = gym.make('PandaReach-v3', render=True)

observation, info = env.reset()

for _ in range(1000):
    action = env.action_space.sample() # random action
    observation, reward, terminated, truncated, info = env.step(action)

    if terminated or truncated:
        observation, info = env.reset()

env.close()

You can also Open in Colab

Environments

PandaReach-v3 PandaPush-v3
PandaReach-v3 PandaPush-v3
PandaSlide-v3 PandaPickAndPlace-v3
PandaSlide-v3 PandaPickAndPlace-v3
PandaStack-v3 PandaFlip-v3
PandaStack-v3 PandaFlip-v3

Baselines results

Baselines results and pre-trained agents available in rl-baselines3-zoo.

Citation

Cite as

@article{gallouedec2021pandagym,
  title        = {{panda-gym: Open-Source Goal-Conditioned Environments for Robotic Learning}},
  author       = {Gallou{\'e}dec, Quentin and Cazin, Nicolas and Dellandr{\'e}a, Emmanuel and Chen, Liming},
  year         = 2021,
  journal      = {4th Robot Learning Workshop: Self-Supervised and Lifelong Learning at NeurIPS},
}

Environments are widely inspired from OpenAI Fetch environments.

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

Uploaded Source

Built Distribution

panda_gym-3.0.0-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: panda_gym-3.0.0.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for panda_gym-3.0.0.tar.gz
Algorithm Hash digest
SHA256 44873561bad87d4046cf70962f1cf3b66223fd9afb0c2a8b65ada2e7909d5862
MD5 f222a76363cd3c707b4abe017b2a2449
BLAKE2b-256 1ad57857e051ab7a01903f41cd8cddeea6d7197369e0157bf95c2d25746eb8e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: panda_gym-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 23.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for panda_gym-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 335795b00a8a66a065bc529b6daed976a44197933d81956e384ea91db0de5f9c
MD5 2bd1666561cc84ce12debd81d8ace141
BLAKE2b-256 650676baed69d2e6b83a7bcdd94e73bca98614b2c1645bfb6e44833763da18b6

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