An open API service indexing awesome lists of open source software.

https://github.com/openagi/deeprl

Tensorflow framework for deep reinforcement learning
https://github.com/openagi/deeprl

deep-reinforcement-learning reinforcement-learning-algorithms tensorflow-framework

Last synced: 9 months ago
JSON representation

Tensorflow framework for deep reinforcement learning

Awesome Lists containing this project

README

          

# DEEP REINFORCEMENT LEARNING tensorflow framework

1. contains implemention of dueling network with double q network
Hado van Hasselt, Arthur Guez, David Silver, "Deep Reinforcement Learning with Double Q-learning"
2. Easy to implement deeprl models
3. trainer class

## Implementation
1. Actor Critic DDPG
2. Q value
3. Double Q value
4. Simple Policy gradient

# Requirements
1. Tensorflow
2. tqdm
3. gym
4. scipy or opencv (python)
5. Easydict