Helpers for working with the AI
This module provides various utilities and classes to facilitate the development, manipulation, and evolution of AI entities within the NEAT (NeuroEvolution of Augmenting Topologies) framework.
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import * as neat_ai from "@stsoftware/neat-ai";
---- OR ----
Import directly with a jsr specifier
import * as neat_ai from "jsr:@stsoftware/neat-ai";