You are on page 1of 1

INTELLIGAMMON PROJECT

In this couse, for understanding of the basic areas of artificial intelligence including problem
solving, knowledge representation, reasoning, decision making, planning, perception and
action,we selected that MultiAgent System for playing a board game.
This project could be seen to be within the subject of artificial intelligence as its goal is to
develop a backgammon agents behaving rational. The program is also a multi-agent system.
Each backgammon piece played by the program is a logic entity that cooperates with others
to achieve a common goal. The brain of each entity is built up with rules that make status
estimations of objects in the real world. These interpretations are parsed to make up plans
and fulfill its task; play backgammon.
We perfom one of the current research problems that Multi agent system for playing with
the backgammon game .
The developed multi-agent backgammon program has been divided in different levels of
logic, each one based on the previous level. This has been made for analyzing what impact
the different logic of the agents has on the systems game play. The different level versions
are to play against each other to visualize the difference in performance.
We are going to build different agents with different game playing strategies (different
evaluation functions etc.). Each one will have different priorities to make a move. There will
be a random agent which makes valid moves according to the dice rolled, an eater agent
which plays aggresively and applies attacking strategies and a gater agent which plays
deffensively. At the end of the development phase of the projects all of these different
agents will play againts each other and the success rates are going to be examined with the
reasons behind.

Hilal Yiit

2206282

Ahmet Can Bulut

1559988

You might also like