panda-gym VS Safe-panda-gym

Compare panda-gym vs Safe-panda-gym and see what are their differences.

panda-gym

Set of robotic environments based on PyBullet physics engine and gymnasium. (by qgallouedec)

Safe-panda-gym

OpenaAI Gym Franka Emika Panda robot environment based on PyBullet. (by tohsin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
panda-gym Safe-panda-gym
3 1
446 7
- -
5.3 4.8
5 months ago 8 months ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

panda-gym

Posts with mentions or reviews of panda-gym. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.
  • Hyperparameters for pick&place with Franka Emika manipulator
    1 project | /r/reinforcementlearning | 16 Jan 2023
    I'm trying to solve pick&place (and possibly also the other tasks in this repository) with Franka Emika Panda manipulator implemented in Mujoco. I've tried for long with stable_baseline3 but without any results, someone told me to try with RLLib because has better implementation (?), but still I can't find any solution...
  • SAFE-PANDA-GYM a modification to Panda - Gym to train Safe-RL agents
    3 projects | /r/reinforcementlearning | 29 Oct 2022
    We develop a modification to the Panda Gym by adding constraints to the environments like Unsafe regions and, constraints on the task. The aim is to develop an environment to test CMDPs (Constraint Markov Decision Process) / Safe-RL algorithms such as CPO, PPO - Lagrangian and algorithms developed by the team. Agents would not only have to come up with optimal policy for control and planning but also ensure they don't violate a constraint.
  • Did anyone try Panda-Gym?
    2 projects | /r/reinforcementlearning | 12 Jan 2022
    The acquisition of Mujoco makes Openai to remove the robotics from their repo. I had no choice but to find an alternative. Then I found https://github.com/qgallouedec/panda-gym which is built on PyBullet.

Safe-panda-gym

Posts with mentions or reviews of Safe-panda-gym. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.

What are some alternatives?

When comparing panda-gym and Safe-panda-gym you can also consider the following projects:

dm_env - A Python interface for reinforcement learning environments

Safe-Policy-Optimization - NeurIPS 2023: Safe Policy Optimization: A benchmark repository for safe reinforcement learning algorithms

dreamerv2 - Mastering Atari with Discrete World Models

stable-baselines3 - PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.

sapai - Super auto pets engine built with reinforment learning training in mind

habitat-api - A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators. [Moved to: https://github.com/facebookresearch/habitat-lab]

dreamer - Dream to Control: Learning Behaviors by Latent Imagination

Gymnasium-Robotics - A collection of robotics simulation environments for reinforcement learning