Skip to content

smc77/DeepRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

AI and DeepRL

This repository provides source code, links and other learning materials related to Artificial Intelligence, especially focused on Deep Reinforcement Learning.

Texts

Sutton and Barto provided the definitive textbook, and the most recent version is available online:

Teams

A large portion of new research is being produced by a handful of groups:

Courses

Tutorials

General Discussion

Blog Posts

Tools

Benchmarks/Data

RL Resources

Source Code and Baselines

Models

OpenAI's "baselines" provides some nice implementations of different state-of-the-art (SOTA) agent models:

Deep Q-Networks (DQN) (2015)

Trust Region Policy Optimization (2015)

Asynchronous Advantage Actor-Critic (A3C) (2016)

Neural Episodic Control (2017)

Evolutionary Strategies (2017)

Other

Games

Releases

No releases published

Packages

No packages published

Languages