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 1102719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:13:45+00:00 2026-05-17T01:13:45+00:00

I have to implement the value iteration algorithm for finding the optimal policy for

  • 0

I have to implement the value iteration algorithm for finding the optimal policy for each state of an MDP using Bellman’s equation.
The input file is some thing like below:
s1 0 (a1 s1 0.5) (a1 s2 0.5) (a2 s1 1.0)
s2 0 (a1 s2 1.0) (a2 s1 0.5) (a2 s3 0.5)
s3 10 (a1 s2 1.0) (a2 s3 0.5) (a2 s4 0.5)

where s1 is the state 0 is the reward associated with s1. Upon taking action a1, we stay in s1 with probability 0.5. Upon taking action a1, we go to s2 with probability 0.5.Upon taking action a2, we stay in s1 with probability 1.0.
And similarly the others.

After reading the input file, I have to store it in some data structure. Which would be the appropriate data structure to do so in PYTHON so that traversing through it is easy.

  • 1 1 Answer
  • 3 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-05-17T01:13:46+00:00Added an answer on May 17, 2026 at 1:13 am
    s1 0 (a1 s1 0.5) (a1 s2 0.5) (a2 s1 1.0)
    s2 0 (a1 s2 1.0) (a2 s1 0.5) (a2 s3 0.5)
    s3 10 (a1 s2 1.0) (a2 s3 0.5) (a2 s4 0.5)
    

    Something like this?

    data = { 's1': { 'reward': 0,
                     'action': { 'a1': { 's1': 0.5,
                                         's2': 0.5 },
                                 'a2': { 's1': 1.0 }
                               },
                   },
             's2': { 'reward': 0,
                     'action': { 'a1': { 's1': 1.0 },
                                 'a2': { 's1': 0.5,
                                         's2': 0.5 },
                               },
                   },
             's3': { 'reward': 10,
                     'action': { 'a1': { 's2': 1.0 },
                                 'a2': { 's3': 0.5,
                                         's4': 0.5 },
                               }
                   }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a data structure of key value pairs and I want to implement
How can I implement STL map sorting by value? For example, I have a
Is it possible to implement associative arrays as Selectors and Values. I have an
I have implement the exact same concept for my project- http://blog.perplexedlabs.com/2009/05/04/php-jquery-ajax-javascript-long-polling/ My question is,
I have implement a scenario which involves two way communication between child and parent
clients :has_many :project,:roles I have implement but its not a good implementation..
I have to implement a sparse matrix (a matrix that has predominantly zeroes, so
I have to implement an Image Gallery for the iPhone iOS. Pictures are loaded
I have to implement a iphone application which will record user's voice as you
I Have to implement on my app a little map of a concert hall.

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.