Reinforcement Learning

Minimal and Clean Reinforcement Learning Examples
Alternatives To Reinforcement Learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow179,1893277817 hours ago46October 23, 20192,109apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers116,333642,48310 hours ago125November 15, 2023928apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Pytorch73,1713,3418,2549 hours ago39November 15, 202313,133otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Cs Video Courses61,557
22 days ago2
List of Computer Science courses with video lectures.
Keras59,91469013 hours ago86November 28, 2023120apache-2.0Python
Deep Learning for humans
D2l Zh51,3781114 hours ago51August 18, 202361apache-2.0Python
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Faceswap47,636
11 days ago19gpl-3.0Python
Deepfakes Software For All
Yolov543,636211 hours ago3June 08, 2022202agpl-3.0Python
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Deepfacelab43,455
a month ago547gpl-3.0Python
DeepFaceLab is the leading software for creating deepfakes.
Tensorflow Examples42,312
a year ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Alternatives To Reinforcement Learning
Select To Compare


Alternative Project Comparisons
Readme


Minimal and clean examples of reinforcement learning algorithms presented by RLCode team. [한국어]

Maintainers - Woongwon, Youngmoo, Hyeokreal, Uiryeong, Keon

From the basics to deep reinforcement learning, this repo provides easy-to-read code examples. One file for each algorithm. Please feel free to create a Pull Request, or open an issue!

Dependencies

  1. Python 3.5
  2. Tensorflow 1.0.0
  3. Keras
  4. numpy
  5. pandas
  6. matplot
  7. pillow
  8. Skimage
  9. h5py

Install Requirements

pip install -r requirements.txt

Table of Contents

Grid World - Mastering the basics of reinforcement learning in the simplified world called "Grid World"

CartPole - Applying deep reinforcement learning on basic Cartpole game.

Atari - Mastering Atari games with Deep Reinforcement Learning

OpenAI GYM - [WIP]

  • Mountain Car - DQN
Popular Machine Learning Projects
Popular Deep Learning Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Deep Learning
Reinforcement Learning
Dqn
Deep Reinforcement Learning
A3c
Policy Gradient
Actor Critic
Deep Q Network