Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 151 Bytes

File metadata and controls

7 lines (6 loc) · 151 Bytes

AlphaZero-2048

Efficient C++ implementation of AlphaZero for 2048

cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build -j