7 ms·
Fixed: > My house is divided into rooms, every room is connected to each other by doors. The middle room is the hall. To the north is the kitchen, to the north
by gamescr 1y ago
Fixed:
> My house is divided into rooms, every room is connected to each other by doors. The middle room is the hall. To the north is the kitchen, to the northwest is the garden, to the west is the garage, to the east is the living room, to the south is the bathroom, and to the southeast is the bedroom. I am preparing a delicious dinner, and I walk backwards to the south, then I turn 270 degrees and walk straight to the next room. Which room am I in now?
The poor guy really tried its best...
https://chatgpt.com/share/680addd7-a664-8001-bf49-459fb6444f3a https://chatgpt.com/share/680addd7-a664-8001-bf49-459fb6444f...
It seems that the modeling is incomplete, then it got confused about the angle. Whether an AI can beat that one, I'll go into space complexity, then simulation, then... well, I'll save my tricks for later.
- theli0nheart 1y agoThis is very good! The "delicious dinner" aside is a nice touch, along with the 270°.
- gamescr 1y agoThank you :)
- sovos 1y agoAs a human analyzing this, you didn't specify whether you turned left or right 270 degrees. Even if you specified a simpler "90 degrees", you would need to include a direction for an answer to be definitively correct without making assumptions.