public:t-622-arti-12-1:lab_2_-_formulating_search_problems
Table of Contents
Lab 2 - Formulating Search Problems
Problem Description
Consider an agent for playing Backgammon. You can see an example match here.
Tasks
Formulate the search problem, that is,
- find a representation (data structure) for states
- find a representation (data structure) for actions
- write down the initial state in your representation
- develop a function computing the legal moves of each agent
- develop a function computing the successor state resulting from executing a move in a state
- develop a function deciding when a terminal state is reached
- develop a function for deciding whether the agent has won the game
/var/www/cadia.ru.is/wiki/data/pages/public/t-622-arti-12-1/lab_2_-_formulating_search_problems.txt · Last modified: 2024/04/29 13:33 by 127.0.0.1