Framework for deep reinforcement learning
Project description
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 (prioritized experience replay, double Q-learning, DDPG, etc). Many different environment examples are also provided (some of them using OpenAI gym).
Dependencies
This framework is tested to work under Python 2.7, and Python 3.5. It should also work with Python 3.3 and 3.4.
The required dependencies are NumPy >= 1.10, joblib >= 0.9. You also need theano >= 0.8 or tensorflow >= 0.9 along with the keras library.
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/
Here are a few examples :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deer-0.3.1.tar.gz.
File metadata
- Download URL: deer-0.3.1.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d817d11a826271d1542eef3ebaa98ac908b3c7c3dc75ac1e5a8025d7fb484d
|
|
| MD5 |
b5e5fd08fe5eb268fe35d3c4f41038ba
|
|
| BLAKE2b-256 |
2bb664a9f1b45009a82693676a015bdbd11c082ca4e8026f304b5b1b33a1bccb
|
File details
Details for the file deer-0.3.1-py2-none-any.whl.
File metadata
- Download URL: deer-0.3.1-py2-none-any.whl
- Upload date:
- Size: 166.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d919daaaa1336f1c26160e893d757f29774b2a3e478e27220f24c67a595bc2
|
|
| MD5 |
362102302e6a228b85e14b2a798f44d3
|
|
| BLAKE2b-256 |
ef02b11bf18dc0b2281436857eb1e90748b7f5036449ad237bf17f9db8b73fec
|