Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9135263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:48:05+00:00 2026-06-17T08:48:05+00:00

I am currently reading Wiley and Woolridge’s Introduction to Multi Agent Systems , and

  • 0

I am currently reading Wiley and Woolridge’s Introduction to Multi Agent Systems, and I was hoping whether somebody could clarify the following to me. When speaking about utility functions, the authors state:

A utility is a numeric value representing how “good” the state is: the higher the utility, the better.

The task of the agent is then to bring about states that maximize utility – we do not specify to the agent how this is to be done. In this approach, a task specification would simply be a function

u:E -> R 

which associates a real value with every environment state.

Given such a performance measure, we can then define the overall utility of an agent in some particular environment in several different ways. One (pessimistic) way is to define the utility of the agent as the utility of the worst state that might be encountered by the agent; another might be to define the overall utility as the average utility of all states encountered. There is no right or wrong way: the measure depends upon the kind of task you want your agent to carry out.

The main disadvantage of this approach is that it assigns utilities to local states; it is difficult to specify a long-term view when assigning utilities to individual states.

I am having problems understanding the disadvantage and what exactly a local state is. Could somebody clarify this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:48:05+00:00Added an answer on June 17, 2026 at 8:48 am

    I will show you an example here to explain the idea. Hope it helps. For details, see slide.

    The problem:

    This is a classic problem called Tile World.

    • Two-dimensional grid world, in which we have an agent, tiles, obstacles and holes.
    • An agent can move in four directions (up,down,left,right) and if it is located next to a tile, it can push it in the appropriate direction.
    • Holes have to be filled up with tiles by the agent.
    • The aim is to fill all holes with tiles.

    enter image description here

    Environment State

    The state of the environment can be described using below variables:

    • The agent’s current position (a_x, a_y)
    • Four tile’s present positions (t1_x, t1_y), (t2_x, t2_y), (t3_x, t3_y) , (t4_x, t4_y)

    State Transfer

    Say in the current state, if the agent pushes the tile beneath it down, the system state transfers to the next state, in which every variable stays the same, except the agent’s current position and the position of the tile which is being pushed.

    Utility function

    Our utility function can be defined as the percentage of holes being filled, i.e.,

                # of holes filled
       u =  -------------------------
                # of total holes 
    

    It’s apparent that:

    • If the agent fills all holes, utility = 1
    • If the agent fills zero holes, utility = 0

    Associating utility function

    Now look at the two states below.

    enter image description here enter image description here

    It’s easy to see that:

    • Both states have the same utility value which is 1/3 (because 1 out 3 holes are filled)
    • The left (state s1) is a dead position, in which you are unable to move all tiles into holes
    • The right (state s2) is a good position, in which you have options to move the remaining two tiles into holes.

    So the conclusions are:

    • If you associate the utility function only to a local state, e.g., u(s1) or u(s2), you actually could not tell the difference in terms of utilities. u(s1)=u(s2)=1/3.

    • You need a global or long-term view of the states which can be represented with run, which is a sequence of interleaved environment states and actions the agent takes.

    • You can assign a utility not to individual states, but to runs. Such an approach takes an inherently long term view.

      u: run -> real value

    • In this setup, the agent’s optimal strategy is to maximize expected utility, which does not mean it will be the best but on average we can expect it to do best.

      expected utility = sum of ( u(r) x Prob(r) )

    Please refer to the book you mentioned or the corresponding slide for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently reading a book about bit fiddling and the following formula appears:
I am currently reading Effective C# and found the following line very confusing: Last,
I'm currently reading in a text file containing the following lines: 0 24000 97200
I am currently reading Cormen's Introduction to Algorithms and I found something called a
I'm currently reading a java concurrency tutorial in http://tutorials.jenkov.com/java-concurrency/creating-and-starting-threads.html I could not understand what
The book I'm currently reading has me write the following code : -(IBAction)displaySomeText:(id)sender {
I am currently reading in a public key file using the following code: //
In this book I'm currently reading while following a course on databases, the following
im currently reading a book about programming Android and there is a nice little
Context I'm currently reading about Clojure's implementation of monads: org.clojure/algo.monads Intuitively, reduce looks like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.