All Projects → VinF → Deer

VinF / Deer

Licence: other
DEEp Reinforcement learning framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deer

DRL in CV
A course on Deep Reinforcement Learning in Computer Vision. Visit Website:
Stars: ✭ 59 (-87.03%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-88.13%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (-51.21%)
Mutual labels:  deep-reinforcement-learning, q-learning, policy-gradient
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+40.66%)
Mutual labels:  deep-reinforcement-learning, policy-gradient, q-learning
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (-2.86%)
Mutual labels:  deep-reinforcement-learning, policy-gradient, q-learning
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+560.22%)
Mutual labels:  deep-reinforcement-learning, policy-gradient, q-learning
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (-20%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
LWDRLC
Lightweight deep RL Libraray for continuous control.
Stars: ✭ 14 (-96.92%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
imitation learning
PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.
Stars: ✭ 93 (-79.56%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Stars: ✭ 104 (-77.14%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-94.95%)
Mutual labels:  deep-reinforcement-learning, q-learning
RL
Reinforcement Learning Demos
Stars: ✭ 66 (-85.49%)
Mutual labels:  deep-reinforcement-learning, q-learning
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (-14.95%)
Mutual labels:  policy-gradient, q-learning
deep rl acrobot
TensorFlow A2C to solve Acrobot, with synchronized parallel environments
Stars: ✭ 32 (-92.97%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
rl implementations
No description or website provided.
Stars: ✭ 40 (-91.21%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-94.29%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Openai lab
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
Stars: ✭ 313 (-31.21%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
Tf Rex
Play Google Chrome's T-rex game with TensorFlow
Stars: ✭ 345 (-24.18%)
Mutual labels:  deep-reinforcement-learning, q-learning
SharkStock
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …
Stars: ✭ 63 (-86.15%)
Mutual labels:  deep-reinforcement-learning, policy-gradient
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (-81.54%)
Mutual labels:  deep-reinforcement-learning, policy-gradient

.. -- mode: rst --

|Travis|_ |Python27|_ |Python36|_ |PyPi|_ |License|_

.. |Travis| image:: https://travis-ci.org/VinF/deer.svg?branch=master .. _Travis: https://travis-ci.org/VinF/deer

.. |Python27| image:: https://img.shields.io/badge/python-2.7-blue.svg .. _Python27: https://badge.fury.io/py/deer

.. |Python36| image:: https://img.shields.io/badge/python-3.6-blue.svg .. _Python36: https://badge.fury.io/py/deer

.. |PyPi| image:: https://badge.fury.io/py/deer.svg .. _PyPi: https://badge.fury.io/py/deer

.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg .. _License: https://github.com/VinF/deer/blob/master/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.1.

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].