srush / GPTWorld

A puzzle to learn about prompting

Home Page:https://colab.research.google.com/github/srush/GPTWorld-Challenge/blob/main/GPT4_game.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title emoji colorFrom colorTo sdk app_file pinned
GPTWorld
🌎
blue
green
gradio
app.py
false

GPTWorld - Prompt Golf

Open In Colab\

GPTWorld is an educational environment to learn about Prompting. It consists of a grid-world environment to test the ability of language models to follow instructions in a grounded environment. You instruct the model to generate code to play the game.

Goal

The goal of the puzzle is to construct a prompt that can get GPT-4 to solve a complex game. You can watch in real-time as GPT plays the game.

Use this link to get started:

Open In Colab\

Leaderboard

I was able to solve the big puzzle using roughly 2000 tokens (input/output). Can you do better? I'll post the best ones here.

Other Puzzles

If you find this fun also check out.

About

A puzzle to learn about prompting

https://colab.research.google.com/github/srush/GPTWorld-Challenge/blob/main/GPT4_game.ipynb

License:MIT License


Languages

Language:Jupyter Notebook 92.6%Language:Python 7.4%