Skip to content
/ scynet Public
forked from comrade-coop/scynet

Decentralized network for creating and training autonomous AI agents

Notifications You must be signed in to change notification settings

lulzzz/scynet

 
 

Repository files navigation

ScyNet

This is the source code for ScyNet, a decentralized network for creating and training autonomous AI agents.

Running

Linux / Mac

  • Install .NET Core SDK (or Visual Studio on Windows)
  • Run scripts/run-local.sh to start the controller on a single node.
    • It runs the src/Scynet.LocalSilo and src/Scynet.HatcheryFacade projects.
    • You can run them manually using dotnet run …

Windows

  • Install Visual Studio with the .NET Core SDK
  • Open ScynetLocalSilo.sln with Visual Studio.
  • Run the Scynet.LocalSilo project to start the controller.
  • Run the Scynet.HatcheryFacade to start the facade of the hatchery. You might need to do that in a separate Visual Studio instance.

About

Decentralized network for creating and training autonomous AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 46.7%
  • Python 26.7%
  • Scala 17.9%
  • Shell 6.1%
  • Kotlin 2.4%
  • Dockerfile 0.2%