NES-NN / NES-NN-Testbed

A Testbed for Neural Networks based on the Xyene Nintendo Entertainment System emulator.
GNU General Public License v3.0
0 stars 0 forks source link

NES-NN-Testbed License: GPL v3

Nintendo Entertainment System - Neural Network - Testbed

A C# Neural Network Testbed for Nintendo Entertainment System (NES) hardware based on the Xyene Emulator.NES emulator.

Compilation

Emulator.NES uses C# 7 language features, so requires a compiler that supports them.

Windows

Visual Studio 2017 is sufficient to compile.

Linux

msbuild from Mono should be used to build, but the version included in most distro repositories is not new enough to have C# 7 support (or may not have msbuild). Instead, install a Mono version directly from the Mono site.

Then, to compile:

$ nuget update -self
$ nuget restore
$ msbuild /property:Configuration=Release NES-NN-Testbed.sln