Skip to content

VinF/deer

Folders and files

NameName
Last commit message
Last commit date
Sep 29, 2020
May 1, 2024
Dec 29, 2020
Mar 16, 2023
Apr 11, 2016
Feb 16, 2016
Sep 29, 2020
Mar 4, 2020
May 10, 2016
Jun 13, 2023
Dec 3, 2020
Apr 27, 2016
Oct 8, 2021
Dec 29, 2020

Repository files navigation

Python27 Python36 PyPi License

DeeR

DeeR is a python library for Deep Reinforcement. It is build with modularity in mind so that it can easily be adapted to any need. It provides many possibilities out of the box such as Double Q-learning, prioritized Experience Replay, Deep deterministic policy gradient (DDPG), Combined Reinforcement via Abstract Representations (CRAR). Many different environment examples are also provided (some of them using OpenAI gym).

Dependencies

This framework is tested to work under Python 3.6.

The required dependencies are NumPy >= 1.10, joblib >= 0.9. You also need Keras>=2.6.

For running the examples, Matplotlib >= 1.1.1 is required. For running the atari games environment, you need to install ALE >= 0.4.

Full Documentation

The documentation is available at : http://deer.readthedocs.io/