Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkat0/dqn-nnabla
DQN implementation in NNabla
https://github.com/tkat0/dqn-nnabla
Last synced: 16 days ago
JSON representation
DQN implementation in NNabla
- Host: GitHub
- URL: https://github.com/tkat0/dqn-nnabla
- Owner: tkat0
- License: mit
- Created: 2017-07-02T11:46:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:22:36.000Z (11 months ago)
- Last Synced: 2024-10-10T19:09:07.501Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep Q-Network implementation in NNabla
This repository is work in progress
## Requirements
* Python 2.7
* NNabla
* gym[atari]
* requests
* flask