Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srush/gptworld
A puzzle to learn about prompting
https://github.com/srush/gptworld
puzzles
Last synced: 25 days ago
JSON representation
A puzzle to learn about prompting
- Host: GitHub
- URL: https://github.com/srush/gptworld
- Owner: srush
- License: mit
- Created: 2023-04-26T02:02:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-12T03:12:47.000Z (over 1 year ago)
- Last Synced: 2024-08-03T01:18:11.593Z (3 months ago)
- Topics: puzzles
- Language: Jupyter Notebook
- Homepage: https://colab.research.google.com/github/srush/GPTWorld-Challenge/blob/main/GPT4_game.ipynb
- Size: 199 KB
- Stars: 104
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - GPTWorld - A puzzle to learn about prompting (Prompts)
README
---
title: GPTWorld
emoji: 🌎
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: false
---# GPTWorld - Prompt Golf
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:
## 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.
* https://github.com/srush/GPU-Puzzles