Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE FINISH BY WED Intelligent Systems Project Write a C + + program that solve the Sokoban problem. Instructions: Teamwork of 3 students Deadline 0

PLEASE FINISH BY WED Intelligent Systems Project
Write a C++ program that solve the Sokoban problem.
Instructions:
Teamwork of 3 students
Deadline 03/05/2021
There will be a discussion with each time.
Any code copy from the internet or help from anyone outside the team will lead to a grade of
zero.
The problem has an environment surrounded by a wall. There is a person, a set of n goal positions
and the same number of boxes. The man must move n box to the goal positions. There is no
difference between the goal positions. The man can only move in the free space. He can push boxes
but cannot pull them. In intelligent solution will involve moving all boxes with minimum, number of
steps. Here is an example of 99 array that represent the same environment to the right.
Where B: Box, M: Man, W: Wall, G: goal, X: Box on Goal
When the game starts we input location of the man at (x,Y) where x,Y is an empty cell.
The top left corner is the location (0,0)
Here is the goal state for the above problem.
Solve this problem using Q-learning on a grid of 99. For more information look at
image text in transcribed

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions