Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singiamtel/pokemongpt
Barebones Pokemon agent powered by GPT4o
https://github.com/singiamtel/pokemongpt
Last synced: 24 days ago
JSON representation
Barebones Pokemon agent powered by GPT4o
- Host: GitHub
- URL: https://github.com/singiamtel/pokemongpt
- Owner: singiamtel
- Created: 2024-05-26T16:19:52.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T22:24:22.000Z (5 months ago)
- Last Synced: 2024-06-04T00:57:24.197Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokemonGPT
Very basic implementation of a Pokemon playing AI using GPT4o
The AI is funny to watch but it's not very good.
Future optimizations could be:
- Tell the AI about the type table
- Give it more context (for example the likely set of the opponent's Pokemon, or the viability rankings of the tier)
- Retry move generation when it fails rather than just picking a random move