All Projects → omd → Similar Projects or Alternatives

562 Open source projects that are alternatives of or similar to omd

jax-rl
JAX implementations of core Deep RL algorithms
Stars: ✭ 61 (+41.86%)
proto
Proto-RL: Reinforcement Learning with Prototypical Representations
Stars: ✭ 67 (+55.81%)
Mutual labels:  gym, sac, soft-actor-critic
Deep RL with pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Stars: ✭ 160 (+272.09%)
get-started-with-JAX
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
Stars: ✭ 229 (+432.56%)
Mutual labels:  flax, haiku, jax
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+4669.77%)
Mutual labels:  deep-reinforcement-learning, dqn, sac
learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
Stars: ✭ 227 (+427.91%)
Mutual labels:  gym, sac, soft-actor-critic
Meta-SAC
Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020
Stars: ✭ 19 (-55.81%)
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+416.28%)
Mutual labels:  deep-reinforcement-learning, dqn, sac
Deep-Reinforcement-Learning-Notebooks
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
Stars: ✭ 15 (-65.12%)
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+816.28%)
Mutual labels:  deep-reinforcement-learning, dqn, gym
Rainy
☔ Deep RL agents with PyTorch☔
Stars: ✭ 39 (-9.3%)
Mutual labels:  deep-reinforcement-learning, dqn, sac
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (+25.58%)
Mutual labels:  deep-reinforcement-learning, dqn, gym
Gym Gazebo2
gym-gazebo2 is a toolkit for developing and comparing reinforcement learning algorithms using ROS 2 and Gazebo
Stars: ✭ 257 (+497.67%)
Mutual labels:  deep-reinforcement-learning, gym
Drq
DrQ: Data regularized Q
Stars: ✭ 268 (+523.26%)
Mutual labels:  deep-reinforcement-learning, gym
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-46.51%)
Mutual labels:  deep-reinforcement-learning, dqn
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+9230.23%)
Mutual labels:  deep-reinforcement-learning, dqn
Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+7641.86%)
Mutual labels:  deep-reinforcement-learning, dqn
Reinforcement Learning Algorithms
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
Stars: ✭ 426 (+890.7%)
Mutual labels:  deep-reinforcement-learning, dqn
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (+95.35%)
Deepdrive
Deepdrive is a simulator that allows anyone with a PC to push the state-of-the-art in self-driving
Stars: ✭ 628 (+1360.47%)
Mutual labels:  deep-reinforcement-learning, gym
Trax
Trax — Deep Learning with Clear Code and Speed
Stars: ✭ 6,666 (+15402.33%)
Mutual labels:  deep-reinforcement-learning, jax
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+2002.33%)
Mutual labels:  deep-reinforcement-learning, dqn
Minecraft Reinforcement Learning
Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft
Stars: ✭ 33 (-23.26%)
Mutual labels:  deep-reinforcement-learning, dqn
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+888.37%)
Mutual labels:  deep-reinforcement-learning, dqn
Paac.pytorch
Pytorch implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning https://arxiv.org/abs/1705.04862
Stars: ✭ 22 (-48.84%)
Mutual labels:  deep-reinforcement-learning, gym
Parl Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Stars: ✭ 37 (-13.95%)
Mutual labels:  deep-reinforcement-learning, dqn
Deterministic Gail Pytorch
PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning
Stars: ✭ 44 (+2.33%)
Mutual labels:  deep-reinforcement-learning, gym
SARNet
Code repository for SARNet: Learning Multi-Agent Communication through Structured Attentive Reasoning (NeurIPS 2020)
Stars: ✭ 14 (-67.44%)
Mutual labels:  deep-reinforcement-learning, gym
Rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
Stars: ✭ 272 (+532.56%)
Mutual labels:  deep-reinforcement-learning, dqn
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+3027.91%)
Mutual labels:  deep-reinforcement-learning, dqn
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+662.79%)
Mutual labels:  deep-reinforcement-learning, dqn
Deeprl Tensorflow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Stars: ✭ 319 (+641.86%)
Mutual labels:  deep-reinforcement-learning, dqn
reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
Stars: ✭ 20 (-53.49%)
Mutual labels:  deep-reinforcement-learning, dqn
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (+137.21%)
Mutual labels:  deep-reinforcement-learning, dqn
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+6886.05%)
Mutual labels:  deep-reinforcement-learning, dqn
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (+1237.21%)
Mutual labels:  deep-reinforcement-learning, dqn
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (+979.07%)
Mutual labels:  deep-reinforcement-learning, gym
Pytorch Rl
Deep Reinforcement Learning with pytorch & visdom
Stars: ✭ 745 (+1632.56%)
Mutual labels:  deep-reinforcement-learning, dqn
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+927.91%)
Mutual labels:  deep-reinforcement-learning, dqn
Drlkit
A High Level Python Deep Reinforcement Learning library. Great for beginners, prototyping and quickly comparing algorithms
Stars: ✭ 29 (-32.56%)
Mutual labels:  deep-reinforcement-learning, gym
Rl algos
Reinforcement Learning Algorithms
Stars: ✭ 14 (-67.44%)
Mutual labels:  deep-reinforcement-learning, gym
Deep Q Learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Stars: ✭ 1,013 (+2255.81%)
Mutual labels:  deep-reinforcement-learning, dqn
Deeprl algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
Stars: ✭ 97 (+125.58%)
Mutual labels:  deep-reinforcement-learning, dqn
Pytorch sac ae
PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)
Stars: ✭ 94 (+118.6%)
Mutual labels:  deep-reinforcement-learning, gym
Reinforcement Learning
🤖 Implements of Reinforcement Learning algorithms.
Stars: ✭ 104 (+141.86%)
Mutual labels:  deep-reinforcement-learning, dqn
Rlenv.directory
Explore and find reinforcement learning environments in a list of 150+ open source environments.
Stars: ✭ 79 (+83.72%)
Mutual labels:  deep-reinforcement-learning, gym
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (+288.37%)
Mutual labels:  deep-reinforcement-learning, dqn
Keras Rl2
Reinforcement learning with tensorflow 2 keras
Stars: ✭ 134 (+211.63%)
Mutual labels:  deep-reinforcement-learning, dqn
Muzero General
MuZero
Stars: ✭ 1,187 (+2660.47%)
Mutual labels:  deep-reinforcement-learning, gym
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+302.33%)
Mutual labels:  deep-reinforcement-learning, dqn
Deep Rl Tensorflow
TensorFlow implementation of Deep Reinforcement Learning papers
Stars: ✭ 1,552 (+3509.3%)
Mutual labels:  deep-reinforcement-learning, dqn
Drl
Repository for codes of 'Deep Reinforcement Learning'
Stars: ✭ 172 (+300%)
Mutual labels:  deep-reinforcement-learning, dqn
Pytorch sac
PyTorch implementation of Soft Actor-Critic (SAC)
Stars: ✭ 174 (+304.65%)
Mutual labels:  deep-reinforcement-learning, gym
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+430.23%)
Mutual labels:  deep-reinforcement-learning, dqn
Deeprl
Modularized Implementation of Deep RL Algorithms in PyTorch
Stars: ✭ 2,640 (+6039.53%)
Mutual labels:  deep-reinforcement-learning, dqn
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+441.86%)
Mutual labels:  deep-reinforcement-learning, dqn
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+6558.14%)
Mutual labels:  deep-reinforcement-learning, dqn
Naf Tensorflow
"Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow
Stars: ✭ 192 (+346.51%)
Mutual labels:  deep-reinforcement-learning, gym
Learning To Communicate Pytorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
Stars: ✭ 236 (+448.84%)
Mutual labels:  deep-reinforcement-learning, dqn
Drl based selfdrivingcarcontrol
Deep Reinforcement Learning (DQN) based Self Driving Car Control with Vehicle Simulator
Stars: ✭ 249 (+479.07%)
Mutual labels:  deep-reinforcement-learning, dqn
1-60 of 562 similar projects