Skip to content

A project to implement an API for several reinforcement learning algorithms

License

Notifications You must be signed in to change notification settings

jhonasiv/rl-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-Algorithms

This repository contains my implementations of Deep Reinforcement Learning Algorithms.

Goal

The goal of this project is to implement several reinforcement learning algorithms. They are presented below:

  • Value-based methods
    • Deep Q-Networks
    • Dueling DQN
    • Double Q-Learning
    • Prioritized Experience Replay
    • Multi-step DQN
    • Noisy DQN
    • Distributional RL
  • Policy-based methods

Installation

I've only tried building this project on Linux machines.

Linux(Debian-based systems)

pip install -i https://test.pypi.org/simple/ rlalgs

Usage

I will include some samples as soon as I get more algorithms implemented.

About

A project to implement an API for several reinforcement learning algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages