Practical work during the course

Slides:



Advertisements
Similar presentations
Play. Volunteer as tribute Stay and help feed your mom Your little brother gets picked for the hunger games peter.
Advertisements

MADALINA CROITORU Software Engineering week 1 Madalina Croitoru IUT Montpellier.
3/30/00 Agents that Reason Logically by Chris Horn Jiansui Yang Xiaojing Wu.
Artificial Intelligence Knowledge-based Agents Russell and Norvig, Ch. 6, 7.
MADALINA CROITORU Software Engineering week 1 Madalina Croitoru IUT Montpellier.
1 Knowledge-Based Agents Chapter CMSC 471 Adapted from slides by Tim Finin and Marie desJardins. Some material adopted from notes by Andreas Geyer-Schulz.
Knowledge Representation & Reasoning.  Introduction How can we formalize our knowledge about the world so that:  We can reason about it?  We can do.
Class Project Due at end of finals week Essentially anything you want, so long as its AI related and I approve Any programming language you want In pairs.
Computing & Information Sciences Kansas State University Lecture 11 of 42 CIS 530 / 730 Artificial Intelligence Lecture 11 of 42 William H. Hsu Department.
Knowledge in intelligent systems So far, we’ve used relatively specialized, naïve agents. How can we build agents that incorporate knowledge and a memory?
© Franz Kurfess Lab Exercise Reasoning CSC 480: Artificial Intelligence Wumpus World Lab Dr. Franz J. Kurfess Computer Science Department Cal Poly.
LOGICAL AGENTS Yılmaz KILIÇASLAN. Definitions Logical agents are those that can:  form representations of the world,  use a process of inference to.
THE USE OF TECHNOLOGY Training Innovation Video Analysis of Performance Data Gathering and Analysis.
Agents that Reason Logically Logical agents have knowledge base, from which they draw conclusions TELL: provide new facts to agent ASK: decide on appropriate.
A toy world for logical exploration The Wumpus example.
Perpetual Self-aware Cognitive Agents Michael T. Cox BBNT Cambridge.
1 CSE1301 Computer Programming: Lecture 25 Group Project: "Hunt the Wumpus”
MADALINA CROITORU Software Engineering week 4 Madalina Croitoru IUT Montpellier.
Thomas Basham Powerpoint Presentation Computer Applications 11/1/11.
Presentation 1: Planning & Design Software Engineering Team 2 CIS 540, Fall 2001.
COMMONWEALTH OF AUSTRALIA Copyright Regulations 1969 WARNING This material has been reproduced and communicated to you by or on behalf of Monash University.
17 th Annual LEGO Robot Roundup! AND 9 th Annual Connect-4 Hoedown! 12/04/14.
16 th Annual LEGO Robot Roundup! AND 8 th Annual Connect-4 AI Tournament! 12/05/13.
For Friday Finish reading chapter 7 Homework: –Chapter 6, exercises 1 (all) and 3 (a-c only)
1 Logical Agents CS 171/271 (Chapter 7) Some text and images in these slides were drawn from Russel & Norvig’s published material.
Dr. Shazzad Hosain Department of EECS North South Universtiy Lecture 04 – Part A Knowledge Representation and Reasoning.
Class Project Due at end of finals week Essentially anything you want, so long as its AI related and I approve Any programming language you want In pairs.
1 CMSC 471 Fall 2002 Class #9– Monday, Sept Knowledge Representation Chapter Some material adopted from notes by Andreas Geyer-Schulz and.
MASTER CLASS HIGHER PE Command Words.
1 Knowledge Representation Propositional Logic Vumpus World Knowledge Representation Propositional Logic Vumpus World.
1 Logical Agents CS 171/271 (Chapter 7) Some text and images in these slides were drawn from Russel & Norvig’s published material.
For Friday Read chapter 8 Homework: –Chapter 7, exercise 1.
MADALINA CROITORU Software Engineering week 3 Madalina Croitoru IUT Montpellier.
1 The Wumpus Game StenchBreeze Stench Gold Breeze StenchBreeze Start  Breeze.
MADALINA CROITORU Software Engineering week 4 Practical Madalina Croitoru IUT Montpellier.
My career choices Game designer, Software designer, Engineer.
1 UNIT-3 KNOWLEDGE REPRESENTATION. 2 Agents that reason logically(Logical agents) A Knowledge based Agent The Wumpus world environment Representation,
Logical Agents Chapter 7 Part I. 2 Outline Knowledge-based agents Wumpus world Logic in general - models and entailment Propositional (Boolean) logic.
MADALINA CROITORU Software Engineering week 6 Madalina Croitoru IUT Montpellier.
Course Name: Speech Recognition Course Number: Instructor: Hossein Sameti Department of Computer Engineering Room 706 Phone:
1 Knowledge Representation Logic and Inference Propositional Logic Vumpus World Knowledge Representation Logic and Inference Propositional Logic Vumpus.
Artificial Intelligence Logical Agents Chapter 7.
Logical Agents. Inference : Example 1 How many variables? 3 variables A,B,C How many models? 2 3 = 8 models.
LOGICAL AGENTS CHAPTER 7 AIMA 3. OUTLINE  Knowledge-based agents  Wumpus world  Logic in general - models and entailment  Propositional (Boolean)
ECE457 Applied Artificial Intelligence Fall 2007 Lecture #6
Class #10– Wednesday, October 1
Propositional Logic.
CSC 222: Object-Oriented Programming Spring 2017
Multiple Paths to Success
Hierarchical and K-means Clustering
Following and Giving Instructions
EA C461 – Artificial Intelligence Logical Agent
Learning and Knowledge Acquisition
Chapter 18: Reading in Technical and Applied Fields
Pathways and Pascal's Triangle.
Logical Agents Chapter 7.
Artificial Intelligence
Models in Engineering Action Plan Name.
Class #9– Thursday, September 29
AP Microeconomics Course Requirements.
Logical Agents Chapter 7.
CS 416 Artificial Intelligence
Artificial Intelligence Lecture 10: Logical Agents
Knowledge Representation I (Propositional Logic)
CMSC 471 Fall 2011 Class #10 Tuesday, October 4 Knowledge-Based Agents
13th Annual LEGO Robot Roundup!
20th Annual LEGO Robot Roundup!
14th Annual LEGO Robot Roundup! AND 6th Annual Connect-4 AI Tournament! 12/08/11.
Supplemental slides for CSE 327 Prof. Jeff Heflin
Logical Agents Prof. Dr. Widodo Budiharto 2018
Presentation transcript:

Practical work during the course Madalina Croitoru IUT Montpellier MADALINA CROITORU croitoru@lirmm.fr

First 5 weeks Programming in Pascal Wumpus problem Weekly progress monitored and marked MADALINA CROITORU croitoru@lirmm.fr

Wumpus problem A mysterious monster (the Wumpus) that lurks deep inside a network of rooms. A player of Hunt the Wumpus enters commands to move through the rooms, There are twenty rooms, each connecting to three others MADALINA CROITORU croitoru@lirmm.fr

Simplified wumpus I 4 x 4 grid The goal is to grab the gold in the cave and to return to the surface. The problem is that there are pits in the cave and more frighteningly the mighty wumpus. If you enter a square of the cave that is a pit you will fall to your death. If you are next to a pit you will feel a breeze, If you enter the wumpus square and the wumpus is still alive then you die. If you are next to the wumpus you will smell a vile stench. MADALINA CROITORU croitoru@lirmm.fr

Simplified wumpus II You may shoot your only arrow in the direction you face and if the wumpus is in its flight path the wumpus will be killed and the player will hear a groan in the distance. If the player finds the gold in the mine then the player should grab it and then return to the initial square and climb out of the cave. MADALINA CROITORU croitoru@lirmm.fr

Attention! This is not only a programming exercise but a software engineering exercise You will be marked on the approach to programming: analysis conception evaluation MADALINA CROITORU croitoru@lirmm.fr

Weeks 6 - 12 INDIVIDUAL PROJECT: text based adventure game of YOUR CHOICE in Java Each week progress WILL BE monitored Final mark on: Principles of Software Engineering applied Quality of code Innovation MADALINA CROITORU croitoru@lirmm.fr