panda-gym VS dm_env

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

panda-gym

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

dm_env

A Python interface for reinforcement learning environments (by google-deepmind)
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 dm_env
3 2
446 329
- 0.0%
5.3 0.0
5 months ago over 1 year ago
Python Python
MIT License Apache License 2.0
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.

dm_env

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

What are some alternatives?

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

dreamerv2 - Mastering Atari with Discrete World Models

acme - A library of reinforcement learning components and agents

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

cleanrl - High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)

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

maze - Maze Applied Reinforcement Learning Framework

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]

machine_learning_examples - A collection of machine learning examples and tutorials.

dreamer - Dream to Control: Learning Behaviors by Latent Imagination

Safe-panda-gym - OpenaAI Gym Franka Emika Panda robot environment based on PyBullet.

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