Zichuan Lin

Results 6 issues of Zichuan Lin

Hello, I got something wrong while I was running `th create-imagenet-traindata.lua`. Like: ``` /home/linzichuan/torch/install/bin/luajit: create-imagenet-traindata.lua:65: cannot open /data/imagenet/ILSVRC2015/Annotations/DET/train: No such file or directory stack traceback: [C]: in function 'dir' create-imagenet-traindata.lua:65:...

Hello! Have you implemented the VAE as deepmind paper settings?

Hi, why the experiences contain nan?

Hi, thanks for your work! But I wonder whether this code can reproduce the performance mentioned in the paper. Have you tested it?

Hi, I found that this implementation is slower than deep_q_rl which is implemented by theano. Is it because this repo used openai gym rather than rom files? Or the performance...

Hello, I install all dependencies and run the first train command `python async_dqn.py --experiment breakout --game "Breakout-v0" --num_concurrent 8`, but it come out an error. It seems that the input...