Advanced Topics in Artificial Intelligence - 2000

Intelligent Agents for Simulated Environments

BGU Computer Science Department


Description of the course

This course is one of the mini-project courses, of which 2 are required to meet the undergraduate project requirement. The goal here is to gain hands-on experience in implementing a program exhibiting some form of intelligent behaviour in a simulated environment. Preferably, the agent will use techniques learned in one of the AI-related courses.

As in previous semesters, the goal is intelligent or quasi-intelligent behaviour in a simulated environment, a real-time computer-game. Although apparently "just a game", it turns out that much of the challenges apparent in REAL-WORLD applications of artificial intelligence are exhibited in this type of complicated simulated environments. Additionally, agent intelligence in computer games is also increasingly an application on its own right, as the multi-billion dollar computer gaming industry companies continue to attempt better simulated opponents for the newer computer games (Starcraft, DOOM-type games, etc.).

Students participating in the course will be working in groups of up to 3 people, where each group implements an integral part of the project. The project for this semester is simulating a variant of a game of HUNT, and designing (and implementing) agents that can exhibit intelligent game-play in that environment.

Class hours are intended for initial material and problem domain presentation, as well as design and design review (first 3 weeks), mid-project progress and tests (2 weeks in the middle of the semester), and final integration and delivery (last 2 weeks of the semester). Other weeks will have no official class hours, but are allocated for close supervision of the course instructor, of the programs under developement.

Note that since, this year, an AI course is NOT a prerequisite, it is still possible to do a non-AI project in this course (programming the environment simulator), or even a player, but using a "QUASI-AI" approach (to be explained in class).

Administrative Details and Online Material

  1. Credits: 2 (for participation + 125-150 work-hour project)
  2. Instructor: Dr. Eyal Shimony
  3. Class hours: Wednesday 14-16. Meetings will be at the AI lab (Math-CS building, room -112 (basement)).
  4. Relevant books: same as for Intro to AI, but mainly Russel and Norvig, Introduction to AI.
  5. Online material and project definition (* design now final *)
  6. Requirements: attendance of all sessions or equivalent (weeks 1-3, 6, 7, 12, 13 of semester), interim and final reports. Timely submission of reports and partial products.
  7. Basic client and server for communication test are in the directory ~shimony/public/AI2000 here

Back to BGU - CS HomePage