Skip to content

yyyuhan/foundation_hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundation_hack

This is a toy project of applying pretrained models to games.

The current implementation (Nov 3rd 2022) uses BEiT on Atari mspacman.

The setup is easy for plugging in other games or models:

  • To use another game:
    • register the game environment under src/env
    • rewrite the data loader under src/pipeline
  • To use another model:
    • register the model under src/models

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published