mini a.i puzzles

  • 338 Replies
  • 121947 Views
*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #210 on: December 02, 2016, 11:35:03 pm »
Can there be three red dots ?

I'm stuck on what looks like two of them could work out their colour but only one came forward.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #211 on: December 02, 2016, 11:43:07 pm »
My reasoning is this.

You need a minimum of two red dots for all three to tap.

If you can see one white dot and one red dot, then you know you must have a red dot.

But that's where I am stuck because it's possible for two of them to be in the same situation.

If all three tap and you see all reds, then there is no telling if you have white or red due to the minimum of two red dots needed to make them all tap.

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: mini a.i puzzles
« Reply #212 on: December 02, 2016, 11:49:44 pm »
Freddy you are really close. Here's a hint, you need tri-state logic not binary logic to solve this puzzle. That is TRUE, FALSE and UNKNOWN. You also need empathy to model what the others know or don't know.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #213 on: December 03, 2016, 12:23:34 am »
One coffee later.

If we take it from two being red and one unknown - which covers three red and also two red and one white.

The two reds know that only one can be let free, so as they both know they are red they cannot both be set free so don't go to the warden.

Time passes. The guy with the unknown sees that neither of the other two have left - therefore he knows they have worked out that they are both red.

The only way for them to work out they are both red is for them both to have seen a white dot - which leads him to realise he is the one with the white dot and off he goes to the warden.

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: mini a.i puzzles
« Reply #214 on: December 03, 2016, 12:28:55 am »
Ah no, you're headed down the wrong track there.

It doesn't say only one can go free, it says anyone who knows the color of their dot can go free.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #215 on: December 03, 2016, 12:29:58 am »
To be honest I thought I was going off track.  ;D

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #216 on: December 03, 2016, 02:04:39 am »
Coming at it from a different angle.

Assuming these people do want to get out of jail !

Going with you need to see a red + white to know you are red which is the only certainty as all of them tapped.

Seeing two reds leads to an unknown - you don't know if you are red or white. And seeing white + white clearly did not happen as they all tapped.

The guy that left couldn't have had a white dot because the other two would have known that they are red for sure and surely would have got out.

Assuming the slight time delay is significant, is it just that one of them realised that no one knew anything for sure, meaning all were red. It's just he took the next step before the others.

So the guy that left had a red dot as he realised the uncertainty could only point to one thing.

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: mini a.i puzzles
« Reply #217 on: December 03, 2016, 02:19:55 am »
You are one hundred percent correct Freddy. :)

The simplest way to describe the solution is with a truth table, and this is probably how you would program an AI to solve it.

There are three prisoners with two possible states each giving you 2^3=8 possible situations. Some of these are equivalent so the truth table reduces to this:

1. WWW
2. WWR
3. WRR
4. RRR


Since all three prisoners could see a red dot, you can eliminate cases 1 and 2. Add another column "Obvious Answer" to what's left of the truth table and you get this:

3. WRR-Y
4. RRR-N


Since none of the prisoners could work out the answer immediately it must have been 4 and the prisoner had a red dot.

The lesson here is that sometimes not knowing something is just as significant as what you do know.

(edited to fix a typo)
« Last Edit: December 03, 2016, 02:54:45 am by infurl »

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #218 on: December 03, 2016, 02:41:36 am »
 :happyaslarry: Nice. That was a really good puzzle  :)

I did do some similar scribbling here. For a while there I was stuck with the two reds and one white - I was looking at how the guy could have a white dot (as the other two were mirror images of each other and I couldn't derive anything form them). Then there was a little leap of faith.

It's been a while since I played with truth tables. Lesson learnt.  O0

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: mini a.i puzzles
« Reply #219 on: December 03, 2016, 07:57:17 am »
that was my answer !  :tickedoff:

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: mini a.i puzzles
« Reply #220 on: December 03, 2016, 08:00:24 am »
if your puzzle assumes a prisoner sees the other two at all time and the warden was there from the get
go


the few minutes suggests an uncertainty which would come from the all red narrative.

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: mini a.i puzzles
« Reply #221 on: December 03, 2016, 08:21:51 am »
Sorry yotamarker I really thought hard about whether or not to give you credit but decided not to because, of your three assertions, the first two were quite wrong which suggested pretty strongly that you hadn't figured it out.

Quote
for the prisoner it is no problem just face one guy and know your color
1. Wrong because they are not allowed to communicate with each other.

Quote
for the solver if all 3 constantly tapped they are all red
2. Wrong because they could be all red or two red and one white for all three to be tapping on the floor.

Quote
the few minutes suggests an uncertainty which would come from the all red narrative
3. This would have amounted to a correct solution *iff* your second statement above had been correct.

Thanks for giving it a good try.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: mini a.i puzzles
« Reply #222 on: December 03, 2016, 09:25:40 am »
Even after scrolling up and down this page a few times and reading different pieces of the text in everyone's replies I still don't understand the quiz little own fetching an answer.

If it's that confusing, it has nothing to do with AI.

But honestly, dependless of any task like AND AND OR BUT functions my system works with all of such things, so all we can do like that it can.
Emergent          https://openai.com/blog/

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6856
  • Mostly Harmless
Re: mini a.i puzzles
« Reply #223 on: December 03, 2016, 06:47:06 pm »
Quote
If it's that confusing, it has nothing to do with AI.

 ;D That made me laugh.

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: mini a.i puzzles
« Reply #224 on: December 04, 2016, 06:23:15 pm »
if she works as a detective she might need this puzzle skill

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

273 Guests, 0 Users

Most Online Today: 281. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles