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