Spaces:
Runtime error
Runtime error
Sasha Rush
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
# GPTWorld - Prompt Golf
|
2 |
|
|
|
|
|
3 |
GPTWorld is an educational environment to learn about Prompting.
|
4 |
-
It consists of a grid-world environment to test the ability of language models to follow
|
5 |
|
6 |
![download (1)](https://user-images.githubusercontent.com/35882/234447369-6a4ca94d-5bb8-4c8e-a34d-a1ff0614bf7d.gif)
|
7 |
|
8 |
-
The puzzle is
|
|
|
9 |
|
10 |
|
11 |
-
<img width=
|
|
|
1 |
# GPTWorld - Prompt Golf
|
2 |
|
3 |
+
<a href="https://colab.research.google.com/github/srush/GPTWorld-Challenge/blob/main/GPT4_game.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab\"/></a>
|
4 |
+
|
5 |
GPTWorld is an educational environment to learn about Prompting.
|
6 |
+
It consists of a grid-world environment to test the ability of language models to follow instructions in a grounded environment.
|
7 |
|
8 |
![download (1)](https://user-images.githubusercontent.com/35882/234447369-6a4ca94d-5bb8-4c8e-a34d-a1ff0614bf7d.gif)
|
9 |
|
10 |
+
The goal of the puzzle is to construct a prompt that can get GPT-4 to solve a complex game.
|
11 |
+
|
12 |
|
13 |
|
14 |
+
<img width=500px src="https://user-images.githubusercontent.com/35882/234614176-789fd6a8-bc7c-4f42-889b-81b3879cca36.png"/>
|