Chris Yoon

Results 5 repositories owned by Chris Yoon

RLcycle

295
Stars
63
Forks
Watchers

A library for ready-made reinforcement learning agents and reusable components for neat prototyping

deep-Q-networks

252
Stars
77
Forks
Watchers

Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51

distributedRL

94
Stars
13
Forks
Watchers

A framework for easy prototyping of distributed reinforcement learning algorithms

Policy-Gradient-Methods

88
Stars
28
Forks
Watchers

Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC

Multi-agent-reinforcement-learning

61
Stars
20
Forks
Watchers

Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG