All Projects → rlcode → Reinforcement Learning Kr

rlcode / Reinforcement Learning Kr

Licence: mit
[파이썬과 케라스로 배우는 강화학습] 예제

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reinforcement Learning Kr

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 (-21.28%)
Mutual labels:  openai-gym, dqn, policy-gradient, actor-critic
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+915.25%)
Mutual labels:  dqn, policy-gradient, actor-critic
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+376.95%)
Mutual labels:  dqn, policy-gradient, actor-critic
Hands On Intelligent Agents With Openai Gym
Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
Stars: ✭ 189 (-32.98%)
Mutual labels:  dqn, openai-gym, actor-critic
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (-59.93%)
Mutual labels:  dqn, policy-gradient, actor-critic
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+39.72%)
Mutual labels:  dqn, openai-gym, policy-gradient
rl implementations
No description or website provided.
Stars: ✭ 40 (-85.82%)
Mutual labels:  dqn, policy-gradient, actor-critic
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+2363.83%)
Mutual labels:  dqn, policy-gradient, actor-critic
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-80.85%)
Mutual labels:  dqn, policy-gradient, actor-critic
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+1357.09%)
Mutual labels:  dqn, policy-gradient
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (-70.21%)
Mutual labels:  openai-gym, policy-gradient
ADL2019
Applied Deep Learning (2019 Spring) @ NTU
Stars: ✭ 20 (-92.91%)
Mutual labels:  policy-gradient, actor-critic
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (-17.38%)
Mutual labels:  dqn, actor-critic
deep rl acrobot
TensorFlow A2C to solve Acrobot, with synchronized parallel environments
Stars: ✭ 32 (-88.65%)
Mutual labels:  openai-gym, policy-gradient
Tensorflow Rl
Implementations of deep RL papers and random experimentation
Stars: ✭ 176 (-37.59%)
Mutual labels:  dqn, openai-gym
reinforcement learning with Tensorflow
Minimal implementations of reinforcement learning algorithms by Tensorflow
Stars: ✭ 28 (-90.07%)
Mutual labels:  dqn, actor-critic
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-94.68%)
Mutual labels:  openai-gym, dqn
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (-78.37%)
Mutual labels:  policy-gradient, actor-critic
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 (-63.12%)
Mutual labels:  openai-gym, policy-gradient
Drqn Tensorflow
Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro
Stars: ✭ 127 (-54.96%)
Mutual labels:  dqn, openai-gym


RLCode팀이 직접 만든 강화학습 예제들을 모아놓은 Repo 입니다. 영문 (English)

Maintainers - 이웅원, 이영무, 양혁렬, 이의령, 김건우

Pull Request는 언제든 환영입니다. 문제나 버그, 혹은 궁금한 사항이 있으면 이슈에 글을 남겨주세요.

필요한 라이브러리들 (Dependencies)

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

설치 방법 (Install Requirements)

pip install -r requirements.txt

목차 (Table of Contents)

Grid World - 비교적 단순한 환경인 그리드월드에서 강화학습의 기초를 쌓기

CartPole - 카트폴 예제를 이용하여 여러가지 딥러닝을 강화학습에 응용한 알고리즘들을 적용해보기

Atari 브레이크아웃 - 딥러닝을 응용하여 좀더 복잡한 Atari 브레이크아웃 게임을 마스터하는 에이전트 만들기

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