Skip to content
View SpecSamurai's full-sized avatar
:octocat:
:octocat:

Block or report SpecSamurai

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TreeCrawler.cs TreeCrawler.cs
    1
    public record TreeA(string Title, IEnumerable<TreeA> Children);
    2
    public record TreeB(string Title, IEnumerable<TreeB> Children);
    3
    
                  
    4
    public class TreeCrawler
    5
    {
  2. Zeus Zeus Public

    Game Engine

    C++

  3. Fides Fides Public

    A synchronization system to reliably transfer data between two separate data storage services.

    C# 1

  4. Hachiman Hachiman Public

    A rudimentary RTS environment to compare two approaches to the AI: Utility system vs. Deep Q-Network

    Python 1

  5. Augeas Augeas Public

    Simulation of AI-powered vacuum cleaners run by a FNN optimized by the Genetic Algorithm

    C#

  6. Odysseus Odysseus Public

    Dungeon Generator

    C#