dartsim / Gym Dart
Licence: bsd-2-clause
OpenAI Gym environments using DART
Stars: ✭ 20
Projects that are alternatives of or similar to Gym Dart
Ravens
Train robotic agents to learn pick and place with deep learning for vision-based manipulation in PyBullet. Transporter Nets, CoRL 2020.
Stars: ✭ 133 (+565%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Gym Panda
An OpenAI Gym Env for Panda
Stars: ✭ 29 (+45%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+1870%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Gym Ignition
Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
Stars: ✭ 97 (+385%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Gymfc
A universal flight control tuning framework
Stars: ✭ 210 (+950%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Gym Miniworld
Simple 3D interior simulator for RL & robotics research
Stars: ✭ 338 (+1590%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+3320%)
Mutual labels: robotics, reinforcement-learning, openai-gym
Robosuite
robosuite: A Modular Simulation Framework and Benchmark for Robot Learning
Stars: ✭ 462 (+2210%)
Mutual labels: robotics, reinforcement-learning
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+2290%)
Mutual labels: robotics, reinforcement-learning
Holodeck
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 513 (+2465%)
Mutual labels: robotics, reinforcement-learning
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (+2835%)
Mutual labels: robotics, reinforcement-learning
Rl Baselines Zoo
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
Stars: ✭ 839 (+4095%)
Mutual labels: reinforcement-learning, openai-gym
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (+2220%)
Mutual labels: reinforcement-learning, openai-gym
Rl a3c pytorch
A3C LSTM Atari with Pytorch plus A3G design
Stars: ✭ 482 (+2310%)
Mutual labels: reinforcement-learning, openai-gym
Robotics Rl Srl
S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
Stars: ✭ 453 (+2165%)
Mutual labels: robotics, reinforcement-learning
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+2110%)
Mutual labels: reinforcement-learning, openai-gym
Gym Starcraft
StarCraft environment for OpenAI Gym, based on Facebook's TorchCraft. (In progress)
Stars: ✭ 514 (+2470%)
Mutual labels: reinforcement-learning, openai-gym
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+3035%)
Mutual labels: reinforcement-learning, openai-gym
Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (+3180%)
Mutual labels: robotics, reinforcement-learning
OpenAI Gym environments for DART and dartpy
⚠️ Warning:
gym-dart
is under heavy development. See the open issues ongym-dart
for insight into the current state of the project. Please report any issues you encounter on the appropriate repository. We will usedevelop
branch (instead ofmaster
) as the default branch without worrying about the commit history until the API becomes stable.
Environments
DartCartPole-v0
DartParticle-v0
DartReacher-v0
Installation
OpenAI Gym
- Using
pip
$ python3 -m pip install -U gym
- Build from source
$ git clone https://github.com/openai/gym
$ cd gym
$ python3 -m pip install -e .
dartpy
$ sudo apt-add-repository ppa:dartsim/ppa
$ sudo apt update
$ suao apt install python3-dartpy
gym-dart
$ git clone https://github.com/dartsim/gym-dart
$ cd gym-dart
$ python3 -m pip install -e .
License
gym-dart
is licensed under a BSD license. See LICENSE for more information.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].