Skip to content

Implementation of a few popular Deep Reinforcement Learning algorithms

Notifications You must be signed in to change notification settings

abhishek0318/deep-rl-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning Algorithms

This repository contains my implementations of some of the popular Deep Reinforcement Learning algorithms. I have focussed on code readability and tried to keep each algorithm's code as self contained as possible. So there might be some code repetition and inefficiencies.

Algorithms

Requirements

This code is written for Python 3.6 and PyTorch 1.1. Install the dependencies by the following command,

pip install -r requirements.txt

About

Implementation of a few popular Deep Reinforcement Learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages