#artificial-intelligence #planning #reasoning #ai

rusty_planner

Artificial intelligence planning & reasoning library for Rust

3 releases

0.1.2 Jul 11, 2023
0.1.1 Jan 23, 2021
0.1.0 Nov 7, 2020

#498 in Algorithms

29 downloads per month

Custom license

70KB
1.5K SLoC

AI Planning & Reasoning library for Rust

This is a library written in Rust containing Artificial Intelligence algorithms - in particular those from the field of planning & reasoning. The goal is to support the following algorithms in the long run:

Note: This library is still work in progress - and mostly for me to get familiar with Rust. Use at your own risk; refactorings & bigger changes might still happen.

To make use of the distributed decision-making algorithms, please ensure to enable the multi_agent feature.

Motivation

While Deep Learning algorithms are currently a hot topic, it is also necessary to have planning & reasoning capabilities to build truly autonomous systems. Be it for robots moving around, ways to automatically plan how ships should berth, in which order airplanes should land on airports, etc.. There are countless examples of how these algorithms can help solve real world problems & deliver efficient solutions. Recommended reads include Artificial Intelligence: A Modern Approach by Stuart Russell & Peter Norvig; Furthermore NASA's JPL Artificial Intelligence group has done tons of research in this area - especially their methods of controlling autonomous space probes using planners & execution components are interesting; Imagine how cool it would be if those concept would be embedded in future control planes...

Dependencies

~185KB