Answered step by step
Verified Expert Solution
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 students
Deadline
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 goal positions
and the same number of boxes. The man must move 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 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 where is an empty cell.
The top left corner is the location
Here is the goal state for the above problem.
Solve this problem using Qlearning on a grid of For more information look at
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started