neatjs and NEATactics
These are ecosystem siblings—one is a reusable NEAT algorithm library (neatjs) while the other is a specific application/demo that implements neuroevolution for game AI (NEATactics), likely built on similar NEAT principles but not necessarily dependent on each other.
About neatjs
alenaksu/neatjs
NEAT (Neuro Evolution of Augmenting Topologies) implementation in JavaScript
This is a tool for developers who are building applications that require artificial intelligence to learn and evolve. It helps you implement a type of neural network that can augment its own structure over time. You would use this if you're a JavaScript developer working on AI projects.
About NEATactics
CogitoNTNU/NEATactics
NEAT is neat! An implementation of neuroevolution of augmenting topologies playing Super Mario Bros.
This project helps researchers and enthusiasts in artificial intelligence and game development understand and experiment with neuroevolution. It takes a simulated game environment, specifically a Super Mario-inspired platformer, and evolves a neural network to learn how to play the game effectively. The output is an AI agent that can navigate and play the game, demonstrating learned strategies. This tool is for AI researchers, students, and game developers interested in evolutionary algorithms and agent-based learning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work