All Projects → deep-rl-quadcopter → Similar Projects or Alternatives

351 Open source projects that are alternatives of or similar to deep-rl-quadcopter

Rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
Stars: ✭ 272 (+1500%)
Drq
DrQ: Data regularized Q
Stars: ✭ 268 (+1476.47%)
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (+1476.47%)
Atari
Persistent advantage learning dueling double DQN for the Arcade Learning Environment
Stars: ✭ 261 (+1435.29%)
Gym Gazebo2
gym-gazebo2 is a toolkit for developing and comparing reinforcement learning algorithms using ROS 2 and Gazebo
Stars: ✭ 257 (+1411.76%)
Planet
Deep Planning Network: Control from pixels by latent planning with learned dynamics
Stars: ✭ 257 (+1411.76%)
pysc2-rl-agents
StarCraft II / PySC2 Deep Reinforcement Learning Agents (A2C)
Stars: ✭ 124 (+629.41%)
RCNN MDP
Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.
Stars: ✭ 65 (+282.35%)
Meta-SAC
Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020
Stars: ✭ 19 (+11.76%)
learn-hippo
Python (pytorch) code for Lu, Q., Hasson U. & Norman K. A. (2021). When to retrieve and encode episodic memories: a neural network model of hippocampal-cortical interaction.
Stars: ✭ 12 (-29.41%)
SARNet
Code repository for SARNet: Learning Multi-Agent Communication through Structured Attentive Reasoning (NeurIPS 2020)
Stars: ✭ 14 (-17.65%)
CommNet
an implementation of CommNet
Stars: ✭ 23 (+35.29%)
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 (-11.76%)
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 (+17.65%)
pytorchrl
Deep Reinforcement Learning algorithms implemented in PyTorch
Stars: ✭ 47 (+176.47%)
Deep RL with pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Stars: ✭ 160 (+841.18%)
l2r
Open-source reinforcement learning environment for autonomous racing.
Stars: ✭ 38 (+123.53%)
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+20470.59%)
rlflow
A TensorFlow-based framework for learning about and experimenting with reinforcement learning algorithms
Stars: ✭ 20 (+17.65%)
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (+388.24%)
Dist-A3C
Distributed A3C
Stars: ✭ 37 (+117.65%)
DeepBeerInventory-RL
The code for the SRDQN algorithm to train an agent for the beer game problem
Stars: ✭ 27 (+58.82%)
reinforcement-learning-papers
My notes on reinforcement learning papers
Stars: ✭ 13 (-23.53%)
Deep-Reinforcement-Learning
Introduction to Deep Reinforcement Learning
Stars: ✭ 71 (+317.65%)
catalyst-examples
Examples
Stars: ✭ 54 (+217.65%)
snake-reinforcement-DNN
Developing a deep neural network to play a snake game
Stars: ✭ 12 (-29.41%)
Reinforcement Learning
Research repo of RL
Stars: ✭ 20 (+17.65%)
Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+529.41%)
rl pytorch
Deep Reinforcement Learning Algorithms Implementation in PyTorch
Stars: ✭ 23 (+35.29%)
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (+58.82%)
DRL DeliveryDuel
Deep Reinforcement Learning applied to a modern 3D video-game environment called Delivery Duel.
Stars: ✭ 30 (+76.47%)
DRL graph exploration
Autonomous Exploration Under Uncertainty via Deep Reinforcement Learning on Graphs
Stars: ✭ 53 (+211.76%)
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (+17.65%)
Deep-RL-agents
No description or website provided.
Stars: ✭ 27 (+58.82%)
Deep-Q-Networks
Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym
Stars: ✭ 38 (+123.53%)
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (+176.47%)
Pytorch Ddpg Naf
Implementation of algorithms for continuous control (DDPG and NAF).
Stars: ✭ 254 (+1394.12%)
Mutual labels:  ddpg
Train Robot Arm From Scratch
Build environment and train a robot arm from scratch (Reinforcement Learning)
Stars: ✭ 242 (+1323.53%)
Mutual labels:  ddpg
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+24070.59%)
Mutual labels:  ddpg
Rlcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Stars: ✭ 184 (+982.35%)
Mutual labels:  ddpg
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+752.94%)
Mutual labels:  ddpg
Hindsight Experience Replay
This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
Stars: ✭ 134 (+688.24%)
Mutual labels:  ddpg
Openaigym
Solving OpenAI Gym problems.
Stars: ✭ 98 (+476.47%)
Mutual labels:  ddpg
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (+429.41%)
Mutual labels:  ddpg
Reinforcement Learning Wechat Jump
Reinforcement Learning for WeChat Jump
Stars: ✭ 85 (+400%)
Mutual labels:  ddpg
Run Skeleton Run
Reason8.ai PyTorch solution for NIPS RL 2017 challenge
Stars: ✭ 83 (+388.24%)
Mutual labels:  ddpg
Policy Gradient Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC
Stars: ✭ 54 (+217.65%)
Mutual labels:  ddpg
Deep Rl Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Stars: ✭ 395 (+2223.53%)
Mutual labels:  ddpg
TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
Stars: ✭ 160 (+841.18%)
Mutual labels:  ddpg
ReinforcementLearningZoo.jl
juliareinforcementlearning.org/
Stars: ✭ 46 (+170.59%)
Mutual labels:  ddpg
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+564.71%)
Mutual labels:  ddpg
301-351 of 351 similar projects