Tzerjen Wei

Results 36 comments of Tzerjen Wei

I have not been working on this project for some time. It requres some work to integrate 3rd party source code into the emulator, so that zip or 7z can...

The assumption is correct, it has four actions. Thanks for the suggestions. Torrenal 於 2019年5月28日 週二 上午11:49寫道: > I'm assuming that when training the AI, it had only 4 outputs...

This project does not use a training dataset. I just use the pretrained NSFW detector and generate adversarial images.

Put this file in the module search path of python https://github.com/tjwei/2048-NN/blob/master/c2048.py

Without cuda, you can try some along the line like replacing `from lasagne.layers.dnn import Conv2DDNNLayer` with `from lasagne.layers import Conv2DLayer as Conv2DDNNLayer`. I have not tried these yet.

Thanks @BrightFeather ! Didn't notice this issue. The required module for https://github.com/tjwei/2048-NN/blob/master/my2048-rl-theano-n-tuple-Copy7.ipynb are theano, lasagne, selenium. plus, you also need to install the firefox browser.