-
Chung-Ang University
- Seoul
- https://dblp.uni-trier.de/pers/hd/k/Kwon:Dohyun
Stars
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
[Review & Implementation]
hilariouss / maddpg
Forked from openai/maddpgCode for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
hilariouss / baselines
Forked from openai/baselinesOpenAI Baselines: high-quality implementations of reinforcement learning algorithms
hilariouss / openpilot
Forked from commaai/openpilotopen source driving agent
본 저장소는 아마존 웹 서비스 (AWS)에서 출시한 '강화학습 기반 자율주행자동차'인 AWS DeepRacer를 활용한 연구물들을 저장합니다. AWS SageMaker 및 AWS RoboMaker를 활용한 AWS DeepRacer 프로젝트 관련된 파일들이 업로드 될 예정입니다. :)
이 저장소는 DQN, DRQN, PER, Rainbow DQN과 같은 value-based RL 알고리즘들을 정리하고 직접 구현한 소스코드를 공유합니다.
Example notebooks that show how to apply machine learning and deep learning in Amazon SageMaker
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
hilariouss / aws-robomaker-sample-application-deepracer
Forked from amazon-archives/aws-robomaker-sample-application-deepracerUse AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
hilariouss / magnet
Forked from tegg89/magnetMAGNet: Multi-agents control using Graph Neural Networks
This is a repository for reviewing some interesting RL papers.
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
hilariouss / MARL-Papers
Forked from LantaoYu/MARL-PapersPaper list of multi-agent reinforcement learning (MARL)
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Paper list of multi-agent reinforcement learning (MARL)
Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
hilariouss / Reinforcement-learning-with-tensorflow
Forked from MorvanZhou/Reinforcement-learning-with-tensorflowSimple Reinforcement learning tutorials
Implementations of Reinforcement Learning Models in Tensorflow
이 저장소는 강화학습의 학습 방법 중 하나인 정책 경사(policy gradient)에 대한 방법론을 정리합니다.
[Review] Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environment
이 저장소는 OpenAI gym의 cartpole 환경을 Deep Q Network를 활용해 학습하는 코드를 담고있습니다.
This repository describes the 'Deep Q-Network'. For the improved algorithms, 'Dueling DQN', which divide the action-value function (Q(s, a)) into advantage function (A(a)) and state-value function …
This repository implements the 'double dueling DQN', which extends the DQN.
This repository contains my work submitted to IEEE Transactions on Vehicular Technology (TVT). The journal is about 'proactive caching policy learning in mmWave vehicular networks' with DDPG. Some …