User Tools

Site Tools


public:t-622-arti-14-1:lab_1_-_agents

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:t-622-arti-14-1:lab_1_-_agents [2014/01/15 08:40] – created stephanpublic:t-622-arti-14-1:lab_1_-_agents [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Lab 1 - Agents ====== ====== Lab 1 - Agents ======
  
 +**Note:** In all the labs, you can work together in teams of up to 4 students. You can use [[https://piazza.com/ru.is/spring2014/t622arti/home|Piazza]] to find teammates and discuss problems.
 +
 +You will need a Java Development Kit (JDK) and a Java IDE (a text editor should do as well).
 ===== Problem Description ===== ===== Problem Description =====
 Implement the control program for a vacuum cleaner agent. Implement the control program for a vacuum cleaner agent.
Line 26: Line 29:
  
 ===== Submit ===== ===== Submit =====
-  Answers to questions 1, 2, 4 and 5 in a (as doc, txt or pdf) and your source code in a zip archive.+  Answers to questions 1, 2, 4 and 5 in a (as doc, txt or pdf) and your source code in a zip archive.
  
 ===== Material ===== ===== Material =====
Line 53: Line 56:
      - return to the initial location      - return to the initial location
      - TURN_OFF      - TURN_OFF
-  * For this your agent needs an internal model of the world. Figure out, what you need to remember about the current state of the world. Ideally, you create an object "State" that contains everything you need to remember and update this object depending on which action you executed and which percepts you got. Then you can implement rules that say which action should be executed depending on what properties the current state has.+  * For this your agent needs an internal model of the world. Figure out, what you need to remember about the current state of the world and the agent.
  
 As a general hint: "Days of programming can save you minutes of thinking." Think of a strategy, the rules to implement it and the information you need to decide on the actions **before** you start implementing it. As a general hint: "Days of programming can save you minutes of thinking." Think of a strategy, the rules to implement it and the information you need to decide on the actions **before** you start implementing it.
Line 70: Line 73:
   * Go to "User Profile" and click on the edit button next to "manual_matches".   * Go to "User Profile" and click on the edit button next to "manual_matches".
   * Create a new match and select one of the vacuum cleaner worlds as game.   * Create a new match and select one of the vacuum cleaner worlds as game.
-  * Select you player for the first role in the game and leave the second one (if there is a second one) as "Random".+  * Select your player for the first role in the game and leave the second one (if there is a second one) as "Random".
   * Click on the start button and then on one of the magnifying glasses to see what happens.   * Click on the start button and then on one of the magnifying glasses to see what happens.
  
 */ */
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-14-1/lab_1_-_agents.1389775245.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki