Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.73 KB

Reinforcement Learning

Overview

This repository provides an implementation of several reinforcement learning algorithms, must read papers/books and questions (of any kind).

In addition, I keep this repository updated with my thoughts and future work (mainly to answer the question: How to improve reinforcement learning for non-stationary environments).
The long term goal of this repository is to be the must-have of GitHub Reinforcement Learning repository (RL Algo, environments, papers, etc).

Report

A first report (available in french and soon in english) proposed an in-dept study of some of the algorithms used. Note that the algorithms are not written because they are easily found on the internet. For the first version of the report, my work was based on this document : Reinforcement Learning.

To come

Soon:

non-exhaustive list of what's coming soon:

  • Algorithms:
    1. Deep Q-Network
    2. PPO
    3. Actor-Critic
  • Environment:
    1. My own environments

Papers

I moved my ML reading list into this repository: ML_reading_list