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

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


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

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Double-DQN-MxNet-Gluon
#### DDQN.ipynb is the implimentation of DDQN.
#### DDQN-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.