#计算机科学#Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
翻译 - 简单钢筋学习教程
#计算机科学#Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
翻译 - Tensorflow教程从基础到难
#计算机科学#Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
#计算机科学#Minimal and Clean Reinforcement Learning Examples
翻译 - 最小和干净的强化学习示例
#计算机科学#Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Deep Reinforcement Learning based Trading Agent for Bitcoin
#计算机科学#StarCraft II - pysc2 Deep Reinforcement Learning Examples
#计算机科学#A reinforcement learning package for Julia
#计算机科学#CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Deep Q-learning for playing flappy bird game
#计算机科学#Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"
Deep Q-learning for playing tetris game
翻译 - 玩俄罗斯方块游戏的深度Q学习
Implementations of Reinforcement Learning Models in Tensorflow
#计算机科学#RAD: Reinforcement Learning with Augmented Data
Deep Q-Learning Network in pytorch (not actively maintained)
#计算机科学#The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics...
Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51