**COMP6203: Lab Index** **Intelligent Agents** _2018 Fall: Semester 1_ **University of Southampton** # Lab Sessions Labs will be held at **16:00-18:00** in **Building 59/ECS Teaching Lab (Level 2)** on Wednesdays. !!! error Debugging Issues If you are experiencing issues while you are debugging your agent, please watch [this video](https://www.youtube.com/watch?v=dLqdvspAVzw). If you configure your IDE similiarly as in the video, whenever there is an exception the debugger will pause and show you where the exception occured. !!! error Updates We update the lab materials even after the labs to add more clarifications. To follow new updates, [check this repository](https://github.com/tdgunes/COMP6203-2018Fall). !!! note Questions If you have questions that you want to ask outside the lab to demonstrators, first: * [Check answered questions from previous years](https://github.com/tdgunes/ExampleAgent/issues?q=is%3Aissue+is%3Aclosed). If you still couldn't find any answers to your questions: * [Create an issue from this link](https://github.com/tdgunes/ExampleAgent/issues/new). Wednesday Oct 17, 2018: [Lab #1: Introduction](Lab1/index.html) * This lab aims to give an introduction to Automated Negotiation and the simulation environment for negotiation, GENIUS Wednesday Oct 24, 2018: [Lab #2: Bids/Issues/Values/Profiles](Lab2/index.html) * This lab introduces the concepts: bids, issues, preference profiles and utility spaces in detail. Wednesday Oct 31, 2018: [Lab #3: Protocols](Lab3/index.html) * This lab introduces the protocols in automated negotiation. The protocols determine the overall order of actions during a negotiation. Parties need to stick to this protocol as deviations from the protocol are caught and penalized. Wednesday Nov 7, 2018: [Lab #4: Quality Measures](Lab4/index.html) * This lab shows how to evaluate your agent against various benchmark metrics. Wednesday Nov 14, 2018: [Lab #5: Implementing a Simple Agent](Lab5/index.html) * This lab shows how to implement a simple complete agent. Wednesday Nov 21, 2018: [Lab #6: Continuation of previous lab] * This lab will continue on the previous lab if you did not manage to complete it already. Also you can use this lab to work on your own agent. Wednesday Nov 28, 2018: Lab #7: Q&A Session Wednesday Dec 5, 2018: Lab #8: Q&A Session