2048-NN icon indicating copy to clipboard operation
2048-NN copied to clipboard

A Deep Learning AI for 2048 (2048:94.15%, 4096:78.48%, 8192: 34.5% 16384: 0.177%)

Results 8 2048-NN issues
Sort by recently updated
recently updated
newest added

Hey @tjwei ! i think you may may be surprised at my score... ![image](https://user-images.githubusercontent.com/78946868/114582583-9318ae00-9c35-11eb-951a-d3aefed2637d.png) ...isn't the max score 16384?

I'm working on a similar project in my free time, and am curious on much info should go into the reward function, how heavy to weight certain actions or failures,...

Ive downloaded the zip file, unpacked it and opened index.html with firefox. It wont download. It only shows: Downloading model......(about 25M). NN AI won't work until the model is loaded...

I'm assuming that when training the AI, it had only 4 outputs (north,south,east,west). Apologies if that's a faulty assumption. For training the network, you might consider training it for a...

ImportError Traceback (most recent call last) in () ----> 1 from lasagne.layers.dnn import Conv2DLayer 2 from lasagne.regularization import regularize_network_params, l1, l2, regularize_layer_params_weighted ~\Anaconda3\lib\site-packages\lasagne\layers\dnn.py in () 40 else: 41 raise ImportError(...

Ive downloaded everything but I dont know how to run it, sorry if its a stupid question.