Giter Site home page Giter Site logo

clubkev / emergent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from psichix/emergent

0.0 0.0 0.0 2.81 MB

Toolset for producing emergent gameplay for games written in Rust

Home Page: https://psichix.github.io/emergent/

License: Other

Rust 100.00%

emergent's Introduction

Emergent AI

Crates.ioDocs.rs

Toolset for producing emergent gameplay for games written in Rust

About

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:

  • Machinery - Finite State Machine (or simply network of states connected by conditions to met for jumps to happen).
  • Reasoner - Utility AI agent (that scores each state and selects one with the highest score).
  • Planner - Goal Oriented Action Planning agent (finds the best path through all possible actions for goal selected by another decision maker assigned into this planner).
  • Sequencer - Goes through states (ones that are possible to run) in a sequence.
  • Selector - Selects only one state from list of possible states to run.
  • Parallelizer - Runs all states (that are possible to run) at the same time.

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!

Read more about all the concepts in the documentation

https://docs.rs/emergent

Read about developing your own AI systems in the book

https://psichix.github.io/emergent/

Media

Utility AI:

Utility AI

Roadmap

  • Create a small demo project to showcase the usage of this library.
  • Write a book describing how AI works in details and how to develop AI for games.
  • Research adding support for evolution-based neural networks?

emergent's People

Contributors

psichix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.