DQN TipZ

Atari Game DQN

https://github.com/kuz/DeepMind-Atari-Deep-Q-Learner.git

댓글

  1. 한글 사이트:
    http://solarisailab.com/?p=222&ckattempt=1

    답글삭제
  2. Storing a .gif for a trained network

    Once you have a snapshot of a network you can run

    ./test_gpu
    to make it play one game and store the .gif under gifs. For example

    ./test_gpu breakout DQN3_0_1_breakout_FULL_Y.t7

    답글삭제
  3. 추가 롬 다운받는곳

    https://github.com/kristjankorjus/Replicating-DeepMind

    .bin 으로 끝나는 롬만 돌아

    답글삭제
  4. post install !

    $ luarocks install cwrap
    $ luarocks install torch
    $ luarocks install optim
    $ luarocks install nn
    $ luarocks install image
    $ luarocks install cutorch
    $ luarocks install cunn
    $ luarocks install cudnn

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전