Spaces:
Runtime error
Runtime error
Sasha Rush
commited on
Commit
β’
56b0a2e
1
Parent(s):
aaff3c0
save
Browse files
app.py
CHANGED
@@ -368,7 +368,7 @@ with gr.Blocks() as app:
|
|
368 |
<h1>π GPTWorld π</h1>
|
369 |
|
370 |
<p>
|
371 |
-
GPTWorld is a prompting game. Your goal is to get an LLM to complete a maze. You
|
372 |
</p>
|
373 |
</center>
|
374 |
""")
|
|
|
368 |
<h1>π GPTWorld π</h1>
|
369 |
|
370 |
<p>
|
371 |
+
GPTWorld is a prompting game. Your goal is to get an LLM to complete a maze. You are the red dot (π΄) need to first get the key (β²) and then reach the exit (x). The game takes place on a hexagonal grid with walls [Even rows are labeled (0,0), (0, 2), (0,4) and odd rows are labeled (1, 1), (1, 3), (1, 5)]. You play by prompting GPT to write code which solves the game on the right.
|
372 |
</p>
|
373 |
</center>
|
374 |
""")
|