Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.15 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.15 KB

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