All Projects → benelot → Bullet Gym

benelot / Bullet Gym

Licence: mit
Experimental (stable, go here: https://github.com/benelot/pybullet-gym) repository of OpenAI Gym environments implemented with Bullet Physics using pybullet.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bullet Gym

Gym Starcraft
StarCraft environment for OpenAI Gym, based on Facebook's TorchCraft. (In progress)
Stars: ✭ 514 (+851.85%)
Mutual labels:  openai-gym
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+1429.63%)
Mutual labels:  openai-gym
Gym Gridworld
Simple grid-world environment compatible with OpenAI-gym
Stars: ✭ 40 (-25.93%)
Mutual labels:  openai-gym
Pybullet Gym
Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.
Stars: ✭ 537 (+894.44%)
Mutual labels:  openai-gym
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+1166.67%)
Mutual labels:  openai-gym
Gym Dart
OpenAI Gym environments using DART
Stars: ✭ 20 (-62.96%)
Mutual labels:  openai-gym
Rl a3c pytorch
A3C LSTM Atari with Pytorch plus A3G design
Stars: ✭ 482 (+792.59%)
Mutual labels:  openai-gym
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-18.52%)
Mutual labels:  openai-gym
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+1316.67%)
Mutual labels:  openai-gym
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+1714.81%)
Mutual labels:  openai-gym
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+1061.11%)
Mutual labels:  openai-gym
Super Mario Bros Ppo Pytorch
Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
Stars: ✭ 649 (+1101.85%)
Mutual labels:  openai-gym
Gym Panda
An OpenAI Gym Env for Panda
Stars: ✭ 29 (-46.3%)
Mutual labels:  openai-gym
Deep Reinforcement Learning For Automated Stock Trading Ensemble Strategy Icaif 2020
Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star.
Stars: ✭ 518 (+859.26%)
Mutual labels:  openai-gym
Gym Gridworlds
Gridworld environments for OpenAI gym.
Stars: ✭ 43 (-20.37%)
Mutual labels:  openai-gym
Babyai
BabyAI platform. A testbed for training agents to understand and execute language commands.
Stars: ✭ 490 (+807.41%)
Mutual labels:  openai-gym
Rl Baselines Zoo
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
Stars: ✭ 839 (+1453.7%)
Mutual labels:  openai-gym
Gym Minigrid
Minimalistic gridworld package for OpenAI Gym
Stars: ✭ 1,047 (+1838.89%)
Mutual labels:  openai-gym
Deterministic Gail Pytorch
PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning
Stars: ✭ 44 (-18.52%)
Mutual labels:  openai-gym
Model Free Episodic Control
This is the implementation of paper Model Free Episodic Control
Stars: ✭ 31 (-42.59%)
Mutual labels:  openai-gym

Experimental stuff: For the stable release use https://github.com/benelot/pybullet-gym.

bullet-gym - The pybullet environment for use with the OpenAI Gym Reinforcement Learning Research Platform

OpenAI gym is currently one of the most widely used toolkit for developing and comparing reinforcement learning algorithms. Unfortunately, for several challenging continuous control environments it requires the user to install MuJoCo, a commercial physics engine which requires a license to run for longer than 30 days. Such a commercial barrier hinders open research, especially in the perspective that other appropriate physics engines exist. This repository provides alternative implementations of the original MuJoCo environments which can be used for free. The environments have been reimplemented using BulletPhysics' python wrapper pybullet, such that they seamlessly integrate into the OpenAI gym framework. In order to show the usability of the new environments, several RL agents from the Keras-RL are configured to be trained out of the box. To further simplify the training of agents, a Trainer class was implemented which helps to capture commandline arguments in a unified fashion. The trainer provides a set of standard arguments, but additional arguments can be defined by the agent and the environment to enable the researcher to provide special parameters to either one.

Thanks to matpalm for a beautiful example on how to use pybullet with OpenAI Gym.

Repository Contents

The following environments are available to be run with the agents:

The following agents are available to be run with the environments:

Dependencies

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].