Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazizzad/DQN-MxNet-Gluon

DQN-MxNet-Gluon
https://github.com/kazizzad/DQN-MxNet-Gluon

Last synced: 2 months ago
JSON representation

DQN-MxNet-Gluon

Awesome Lists containing this project

README

        

# DQN-Gluon-MxNet
## Gloun version of DQN

#### DQN.ipynb is the implimentation of DQN.
#### DQN-efficent-ReplayBuffer.ipynb is the same code with 1/8 more efficient cpu memory usage where instead of storing current_states + secessur_state at each times step, we just store the current frame.