lhc0512 / RL-framework

Implementation of Deep Reinforcement Learning Algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RL-framework

Overview

Each algorithm consists of three parts:

  • algorithm

  • config file (.yaml)

  • main function

No inheritance is used, making the algorithm clearer.

Trade-off between performance and readability.

List of Implemented Algorithms

Policy Gradient

  • Reinforce

Actor Critic

Value Based

Requirements

  • Python

  • Numpy

  • Gym

  • Pytorch

  • Matplotlib

About

Implementation of Deep Reinforcement Learning Algorithms.


Languages

Language:Python 100.0%