Leveraging the Beliefs-Desires-Intentions Agent Architecture

Wed, 02 Jan 2019 10:00:00 GMT

Learn about the Beliefs-Desires-Intentions (BDI) agent architecture, and see how to apply it to a real life scenario, such as implementing a Travel Assistant Agent (TAA) in C#.

Read article

Applying AI to a Multi-Agent 'Mini-Basketball' Game

Fri, 01 Jul 2016 10:00:00 GMT

In this article you'll learn the basics of AI in a mini-basketball game. Explore intelligent agents and their various architectures (reactive, pro reactive) as you learn the basics of multi-agent systems and the traditional approach for game AI behavior modeling through finite state machines.

Read article

Discrete Event Simulation: A Population Growth Example

Tue, 01 Mar 2016 10:00:00 GMT

Discreet event simulation (DES) models a system or process as an ordered sequence of individual events over time, from the time of one event to the time of the next event. This article show how to use C# to create a DES for modeling the growth of a population.

Read article