You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

taryneast comments on Designing serious games - a request for help - Less Wrong Discussion

10 Post author: taryneast 22 March 2011 11:29AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (41)

You are viewing a single comment's thread.

Comment author: taryneast 22 March 2011 12:01:50PM 5 points [-]

To get the ball rolling, here's an idea based on the "predicting red or blue" card game focusing on calibration, mentioned here: Lawful uncertainty.

The user will be presented with cards one at a time. The cards will be either red or blue. There are X cards in the pack (maybe 50? enough for a good run). At the start of the game, the proportion of red:blue is displayed as percentages.

There will be different types of card-sequences. a) purely random b) an obvious pattern (regularity or increasing numbers of blue etc) c) a combination of the two.

When game begins, the cards will be "turned over" one at a time. before the next card is turned over, the user is prompted to "guess the colour" - they have two buttons - red and blue ad clicking on one of those buttons is their guess... and also causes the card to be turned over.

The user starts with a score of 100%. If the user got the card right, the score does not change. Otherwise it is reduced (can't rem the exact function for this - probably need to re-read the article).

A user plays to beat their previous score. High scores are stored for the top ten.

Comment author: Emile 22 March 2011 01:48:47PM 1 point [-]

The user starts with a score of 100%. If the user got the card right, the score does not change. Otherwise it is reduced (can't rem the exact function for this - probably need to re-read the article).

If the player gives probabilities instead of choices, you can have him lose points equal to the log of the probability he assigned to what actually happened (minus the log actually, since it'll be negative). In that case giving honest probability estimates is the optimal strategy.

Comment author: taryneast 22 March 2011 04:54:42PM 1 point [-]

Sounds like level two. :)