All Projects → horoiwa → deep_reinforcement_learning_gallery

horoiwa / deep_reinforcement_learning_gallery

Licence: other
Deep reinforcement learning with tensorflow2

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to deep reinforcement learning gallery

FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+9891.43%)
Mutual labels:  deep-reinforcement-learning, tensorflow2
Finrl Library
FinRL: Financial Reinforcement Learning Framework. Please star. 🔥
Stars: ✭ 3,037 (+8577.14%)
Mutual labels:  deep-reinforcement-learning, tensorflow2
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
Stars: ✭ 126 (+260%)
Mutual labels:  deep-reinforcement-learning, tensorflow2
Underflow
With underflow, create trafic light clusters that interact together to regulate circulation
Stars: ✭ 12 (-65.71%)
Mutual labels:  deep-reinforcement-learning
Autoregressive-models
Tensorflow 2.0 implementation of Deep Autoregressive Models
Stars: ✭ 18 (-48.57%)
Mutual labels:  tensorflow2
TTS tf
WIP Tensorflow implementation of https://github.com/mozilla/TTS
Stars: ✭ 14 (-60%)
Mutual labels:  tensorflow2
Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Stars: ✭ 104 (+197.14%)
Mutual labels:  deep-reinforcement-learning
racing dreamer
Latent Imagination Facilitates Zero-Shot Transfer in Autonomous Racing
Stars: ✭ 31 (-11.43%)
Mutual labels:  deep-reinforcement-learning
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (+74.29%)
Mutual labels:  tensorflow2
CRNN.tf2
Convolutional Recurrent Neural Network(CRNN) for End-to-End Text Recognition - TensorFlow 2
Stars: ✭ 131 (+274.29%)
Mutual labels:  tensorflow2
Smart-Traffic-Signals-in-India-using-Deep-Reinforcement-Learning-and-Advanced-Computer-Vision
We have used Deep Reinforcement Learning and Advanced Computer Vision techniques to for the creation of Smart Traffic Signals for Indian Roads. We have created the scripts for using SUMO as our environment for deploying all our RL models.
Stars: ✭ 131 (+274.29%)
Mutual labels:  deep-reinforcement-learning
farm-animal-tracking
Farm Animal Tracking (FAT)
Stars: ✭ 19 (-45.71%)
Mutual labels:  tensorflow2
tfworldhackathon
GitHub repo for my Tensorflow World hackathon submission
Stars: ✭ 17 (-51.43%)
Mutual labels:  tensorflow2
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (+54.29%)
Mutual labels:  deep-reinforcement-learning
pytorch-hdqn
Hierarchical-DQN in pytorch (not actively maintained)
Stars: ✭ 36 (+2.86%)
Mutual labels:  deep-reinforcement-learning
semantic-guidance
Code for our CVPR-2021 paper on Combining Semantic Guidance and Deep Reinforcement Learning For Generating Human Level Paintings.
Stars: ✭ 19 (-45.71%)
Mutual labels:  deep-reinforcement-learning
Reinforcement Learning Course
Curso de Aprendizaje por Refuerzo, de 0 a 100 con notebooks y slides muy sencillas para entenderlo todo perfectamente.
Stars: ✭ 18 (-48.57%)
Mutual labels:  deep-reinforcement-learning
AlphaNPI
Adapting the AlphaZero algorithm to remove the need of execution traces to train NPI.
Stars: ✭ 71 (+102.86%)
Mutual labels:  deep-reinforcement-learning
ntga
Code for "Neural Tangent Generalization Attacks" (ICML 2021)
Stars: ✭ 33 (-5.71%)
Mutual labels:  tensorflow2
GradCAM and GuidedGradCAM tf2
Implementation of GradCAM & Guided GradCAM with Tensorflow 2.x
Stars: ✭ 16 (-54.29%)
Mutual labels:  tensorflow2

Deep Reinforment Learning gallery

Deep reinforcement learning methods implemented in tensorflow2

Requirements

python>=3.7, tensorflow>=2.1, ray>=1.0


DQN (Deep Q Network)

Playing Atari with Deep Reinforcement Learning (2013)

Human-level control through deep reinforcement learning (2015)

OpenAI baselines DQN

Double DQN

Deep Reinforcement Learning with Double Q-learning

Dueling Network

Dueling Network Architectures for Deep Reinforcement Learning

Categorical DQN, C51

A Distributional Perspective on Reinforcement Learning

Prioritized Experience Replay

Prioritized Experience Replay

baselines

Rainbow

Rainbow: Combining Improvements in Deep Reinforcement Learning

QR-DDN

Distributional Reinforcement Learning with Quantile Regression

FQF

Fully Parameterized Quantile Function for Distributional Reinforcement Learning

Ape-X DQN

Distributed Prioritized Experience Replay

R2D2

Recurrent Experience Replay in Distributed Reinforcement Learning

A3C/A2C (Advantage Actor Critic)

Asynchronous Methods for Deep Reinforcement Learning

OpenAI baselines

DDPG

Deterministic Policy Gradient Algorithms

Continuous control with deep reinforcement learning

TD3

Addressing Function Approximation Error in Actor-Critic Methods

TRPO

Trust Region Policy Optimization

PPO

Proximal Policy Optimization Algorithms

SAC

Soft Actor-Critic:Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor、Haarnoja et al、2018

Soft Actor-Critic Algorithms and Applications、Haarnoja et al、2018

Alpha Go Zero / Alpha Zero

A general reinforcement learning algorithm that masters chess, shogi, and Go through self-play

Mastering the game of Go without human knowledge

MuZero

Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model

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