Crates.io | emergent |
lib.rs | emergent |
version | 1.7.0 |
source | src |
created_at | 2019-04-12 12:53:00.217564 |
updated_at | 2024-01-08 01:57:10.340357 |
description | Toolset for producing emergent gameplay for games written in Rust |
homepage | https://github.com/PsichiX/emergent |
repository | https://github.com/PsichiX/emergent |
max_upload_size | |
id | 127450 |
size | 176,351 |
Toolset for producing emergent gameplay for games written in Rust
Emergent AI library is a set of modular building blocks to use for building smart agents, events and anything you want. The goal of this library is to generalize most well-known modern AI techniques into smaller units that when put together can produce smart behaviors of agents and game world itself.
When we focused on turning parts of modern AI systems into building blocks, we end up with these decision makers:
This modularity gives more power to the user, it allows user to build hierarchies of different decision makers to build the exact behavior user wants without putting limits on what is achievable!
https://psichix.github.io/emergent/