DerwenAI / gym_exampleLinks
An example implementation of an OpenAI Gym environment used for a Ray RLlib tutorial
☆35Updated 3 years ago
Alternatives and similar repositories for gym_example
Users that are interested in gym_example are comparing it to the libraries listed below
Sorting:
- Ray RLlib tutorial material☆121Updated 3 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆79Updated 4 years ago
- RLlib tutorials☆66Updated 3 years ago
- Practical tutorial on RLlib for deep hierarchical multi-agent reinforcement learning☆66Updated 3 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆89Updated 2 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆146Updated 3 years ago
- Distributional Soft Actor Critic☆58Updated 5 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆134Updated last month
- Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.☆55Updated 2 years ago
- Collection of OpenAI parametrized action-space environments.☆66Updated 6 months ago
- A collection of pre-trained RL agents using Stable Baselines3☆138Updated 11 months ago
- ☆184Updated 3 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆52Updated 4 months ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆194Updated last year
- Solving POMDP using Recurrent networks☆91Updated 5 years ago
- MADDPG in Ray/RLlib☆54Updated 5 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆236Updated 8 months ago
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆169Updated last year
- Lightweight multi-agent gridworld Gym environment☆210Updated 2 years ago
- An OpenAI Gym environment for multi-agent car racing based on Gym's original car racing environment.☆88Updated 3 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.