Skip to content

N26: Emergent AI #813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/026/emergent-ai.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/news/026/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,26 @@ the new APIs, including the new Tables API.
[imgui-rs]: https://github.com/imgui-rs/imgui-rs
[v0.8.0]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.8.0

### [Emergent AI][emergent-git]

![Utility AI](emergent-ai.gif)
_Example of game behavior using Utility AI_

[Emergent AI][emergent-git] by [@PsichiX][psichix-twitter] is a new crate designed
to provide modern AI solutions for games written in Rust. Its highly modularized
and hierarchical architecture allows users to express a wide range of AI behaviors
complexity, from small scale, to big scale, allowing user to pick proper solution
to each AI problem using smaller building blocks.

Along with the library, there is an
["Emergent AI - Smart agents and events for games"][emergent-book] book being
written with goal to explain in-depth to readers how modern AI systems works and
showing step by step process of how one could build them on their own.

[psichix-twitter]: https://twitter.com/psichix
[emergent-git]: https://github.com/PsichiX/emergent/
[emergent-book]: https://psichix.github.io/emergent/

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down