Skip to content

BartKeulen/drl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning Repository

Codacy Badge CircleCI Codacy Badge

This project contains various deep reinforcement learning methods. The methods are implemented in Python using tensorflow. Implemented methods:

Main code

The main code can be found in the drl folder.

Examples

The examples folder contains some examples on using the code

Notebooks

The notebooks folder contains notebooks for developing the modules, some contain extra information to explain the code.

CI

CircleCI is used as continuous integration platform. After every push the tests are ran. Pytest is used for testing and pytest-cov for coverage.

Codacy is used as code reviewing platform. Only the master and develop branch are checked by Codacy. The coverage reports from CircleCI are automatically uploaded to Codacy.

https://www.codacy.com/app/bart_keulen/drl/dashboard