Awesome
MLTerror15
Deeply learned simulator for Orange Tiny Terror with Recurrent Neural Networks
Uses RTNeural for fast inferencing and model parsing.
Windows Compilation
cmake -B out\\build .
You can replaceout\\build
with whatever path you wish to use for the project files generated by CMake.cmake --build out\build --config Release
Release
can be replaced with whatever build configuration you have setup. The other useful one default isDebug
, but you can create others.