Sasha Rush commited on
Commit
dffbd1c
·
unverified ·
1 Parent(s): 4062c7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
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 somewhat complex instructions in a grounded environment.
5
 
6
  ![download (1)](https://user-images.githubusercontent.com/35882/234447369-6a4ca94d-5bb8-4c8e-a34d-a1ff0614bf7d.gif)
7
 
8
- The puzzle is done in a Colab.
 
9
 
10
 
11
- <img width=200px src="https://user-images.githubusercontent.com/35882/234614176-789fd6a8-bc7c-4f42-889b-81b3879cca36.png"/>
 
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"/>