MachineLearningRoguelike icon indicating copy to clipboard operation
MachineLearningRoguelike copied to clipboard

A small Roguelike game that uses Machine Learning to power its entities. Originally used in talks by Ciro & Alessia.

Results 6 MachineLearningRoguelike issues
Sort by recently updated
recently updated
newest added

### Added * JSON .NET (as package) * TensorFlowSharp (as dll) ### Changed * Project has been rebuilt with Unity 2019

Is there a updated version of this project? Since tensorflow and JSON.NET are giving problem, it should be a nice practice with updated version.

A few links in your main setup tutorial have rotted, like "Tensorflow Sharp plugin" and "python folder". Thanks for making this demo available!

When I use the Jupyter Notebook or just run the ppo.py script from cmd with the --train flag I receive a KeyError:logPath error. How do I go about fixing this?...