资源算法DQN-chainer

DQN-chainer

2019-09-17 | |  68 |   0 |   0

DQN-chainer

This software is a python implementation of Deep Q-Networks for playing ATARI games with Chainer package.

I followed the implementation described in: * V. Mnih et al., "Playing atari with deep reinforcement learning"

http://arxiv.org/pdf/1312.5602.pdf * V. Mnih et al., "Human-level control through deep reinforcement learning"

http://www.nature.com/nature/journal/v518/n7540/abs/nature14236.html

For japanese instruction of DQN and historical review, please check:

http://qiita.com/Ugo-Nama/items/08c6a5f6a571335972d5

Requirement

My implementation is dependent on RL-glue, Arcade Learning Environment, and Chainer. To run the software, you need following softwares/packages.

  • Python 2.7+

  • Numpy

  • Scipy

  • Pillow (PIL)

  • Chainer (1.3.0): https://github.com/pfnet/chainer

  • RL-glue core: https://sites.google.com/a/rl-community.org/rl-glue/Home/rl-glue

  • RL-glue Python codec: https://sites.google.com/a/rl-community.org/rl-glue/Home/Extensions/python-codec

  • Arcade Learning Environment (version ALE 0.4.4): http://www.arcadelearningenvironment.org/

This software was tested on Ubuntu 14.04 LTS.

How to run

Please check readme.txt

上一篇:R2Plus1D-PyTorch

下一篇:VIN_PyTorch_Visdom

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...