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.

neatjs
46
Emerging
NEATactics
34
Emerging
Maintenance 0/25
Adoption 6/25
Maturity 25/25
Community 15/25
Maintenance 6/25
Adoption 5/25
Maturity 16/25
Community 7/25
Stars: 22
Forks: 5
Downloads:
Commits (30d): 0
Language: JavaScript
License: GPL-3.0
Stars: 10
Forks: 1
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stale 6m No Dependents
No Package No Dependents

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.

AI-development machine-learning-engineering neural-networks evolutionary-algorithms JavaScript-development

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.

artificial-intelligence-research game-AI evolutionary-algorithms neuroevolution agent-learning

Scores updated daily from GitHub, PyPI, and npm data. How scores work