IHorvalds / MLTerror15

Deeply learned simulator for Orange Tiny Terror with Recurrent Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLTerror15

Deeply learned simulator for Orange Tiny Terror with Recurrent Neural Networks

Uses RTNeural for fast inferencing and model parsing.

Windows Compilation

  1. cmake -B out\\build . You can replace out\\build with whatever path you wish to use for the project files generated by CMake.
  2. cmake --build out\build --config Release Release can be replaced with whatever build configuration you have setup. The other useful one default is Debug, but you can create others.

About

Deeply learned simulator for Orange Tiny Terror with Recurrent Neural Networks

License:GNU General Public License v3.0


Languages

Language:C++ 90.8%Language:CMake 7.3%Language:Python 1.9%