left-shift icon indicating copy to clipboard operation
left-shift copied to clipboard

Using deep reinforcement learning to tackle the game 2048.

Results 6 left-shift issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

I'm trying to win the game on a device other than my PC. Is there a way to input a specific state of the game into the solver and get...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...

dependencies

Hello, author, I would like to ask, I tried to run the demo you gave, and I found that the result could not reach the effect of 2048, what is...