Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muupan/dqn-in-the-caffe
An implementation of Deep Q-Network using Caffe
https://github.com/muupan/dqn-in-the-caffe
Last synced: 18 days ago
JSON representation
An implementation of Deep Q-Network using Caffe
- Host: GitHub
- URL: https://github.com/muupan/dqn-in-the-caffe
- Owner: muupan
- License: mit
- Created: 2014-10-20T22:48:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T08:56:26.000Z (about 8 years ago)
- Last Synced: 2024-07-31T22:46:10.435Z (3 months ago)
- Language: C++
- Homepage:
- Size: 122 KB
- Stars: 213
- Watchers: 16
- Forks: 118
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DQN-in-the-Caffe
================DQN-in-the-Caffe is an implementation of Deep Q-Network using Caffe.
Requirements
--- Caffe (with two pull requests and minor fixes on them)
- https://github.com/BVLC/caffe/pull/1228 for step execution of solving
- https://github.com/BVLC/caffe/pull/1122 for AdaDelta solver
- At the moment my forked repository's dqn branch https://github.com/muupan/caffe/tree/dqn can be used with DQN-in-the-Caffe
- Arcade Learning Environment
- etc.Algorithm Details
--See http://www.cs.toronto.edu/~vmnih/docs/dqn.pdf for the details of DQN.
Demo
--https://www.youtube.com/watch?v=p88R2_3yWPA