Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazizzad/Double-DQN-MxNet-Gluon
- Owner: kazizzad
- Created: 2017-10-13T08:46:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T01:48:21.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:42:08.133Z (5 months ago)
- Language: Jupyter Notebook
- Size: 49.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - Double DQN(Gluon:star:)
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.