Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Artificial & Computational Intelligence Assignment 1 - Question 1 Problem statement There are two agents named R1 and G1. Both are searching for a heart

Artificial & Computational Intelligence

Assignment 1 - Question 1

Problem statement

There are two agents named R1 and G1. Both are searching for a "heart" as shown in the below configuration as H that gives everlasting power. Both agents are trying to reach the heart. In this process many obstacles may be encountered to reach the heart. Help them in finding the best path to reach the heart from any arbitrary start positions. [Dynamically fetch the start position while executing the code]

Scenario I

Scenario II

image text in transcribed

For the agent R1 the obstacle is the green room. If R1 enters the green room it incurs a penalty of +10 cost and if it uses the red room it incurs a penalty of -10 points. For the agent G1 the obstacle is the red room. If G1 enters the red room it incurs a penalty of +10 cost and if it uses the green room it incurs a penalty of -10 points. In addition to the given cost, for every transition an agent visits incurs a path cost of 1.

For any arbitrary node n the heuristic to reach the Heart h(n) is given by the below: Manhattan distance + Color Penalty where, Color Penalty = +5 if the node n and goal node is in different colored room and Color Penalty = -5 if the node n and goal node is in same colored room

Use the IDA* algorithm for both the below configurations and interpret which agent works well in which environment. Justify your interpretation with relevant performance metrics.

Note: The agents are not competing with each other. You need to run the simulation for both agents in each of the below scenarios separately & submit the results of 4 runs.

Evaluations will be based on the following:

Explain the PEAS (Performance measure, Environment, Actuator, Sensor.) for your agent. (20% marks)

Use the above mentioned algorithm for all the scenarios and implement in PYTHON. (20% + 20% = 40% marks)

Print the simulation results. (20% marks)

Include code in your implementation to calculate the space complexity and time complexity for the informed search and print the same. For local search interpret the significance of the hyperparameters if any applicable . (20% marks)

Note 2:

You are provided with the python notebook template which stipulates the structure of code and documentation. Use well intended python code.

Use a separate MS word document for explaining the theory part. Do not include the theory part in the Python notebook except Python comments.

The implementation code must be completely original and executable.

Identification & Design of the environment (PEAS , PSA)

This criterion is linked to a Learning OutcomeUse appropriate data structures and implement search algorithms

This criterion is linked to a Learning OutcomeImplementation of dynamic input(wherever applicable) & Interpretation of the findings & Heuristics/Fitness

This criterion is linked to a Learning OutcomeNeat execution & display & interpretation of path & solution cost

This criterion is linked to a Learning OutcomeNeat execution & display of Performance metric ( Time /Space Complexity/Effect of Hyperparameters)

\begin{tabular}{|l|l|l|l|l|l|l|} \hline & 0 & 1 & 2 & 3 & 4 & 5 \\ \hline 0 & & & & & & \\ \hline 1 & & & & & & \\ \hline 2 & & & & H & & \\ \hline 3 & & & & & & \\ \hline 4 & & & & & & \\ \hline 5 & & & & & & \\ \hline \end{tabular} \begin{tabular}{|l|l|l|l|l|l|l|} \hline & 0 & 1 & 2 & 3 & 4 & 5 \\ \hline 0 & & & & & & \\ \hline 1 & & & & & & \\ \hline 2 & & & H & & & \\ \hline 3 & & & & & & \\ \hline 4 & & & & & & \\ \hline 5 & & & & & & \\ \hline \end{tabular}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions

Question

How does the concept of hegemony relate to culture?

Answered: 1 week ago

Question

identify sources of secondary data across organisations;

Answered: 1 week ago