Skip to content

A framework to enable multimodal models to play games on a computer.

License

Notifications You must be signed in to change notification settings

realToikara/multimodal-gamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimodal Gamer

A framework to enable multimodal models to play games on a computer.

Using the same inputs and outputs as a human operator, the model plays a game!

Key Features

  • Compatibility: Designed for various multimodal models.
  • Integration: Currently integrated with GPT-4
  • Future Plans: Support for additional models.

Quick install

Create venv

python3 -m venv env

Activate it (Mac)

source env/bin/activate

Install requirements

pip install -r requirements.txt

Add OpenAI Key

export OPENAI_API_KEY=yourkeyhere

Run it

python main.py

About

A framework to enable multimodal models to play games on a computer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%