Skip to content

Releases: shyamsn97/mario-gpt

Patch continual sampling logic

21 Feb 19:32
Compare
Choose a tag to compare
  • Added easier sampling logic with SampleOutput classes
  • Fixed dimensionality bugs when passing in batched seeds

Refactored LM objects, Sampler objects, Simulator code

18 Feb 08:21
Compare
Choose a tag to compare
  • Refactored LLM objects to make them a bit more organized
  • added Sampler object w/ Sampling output dataclass that has some helpful functions:
    - automatically generates an image for you
    - automatically generates txt file of level
    - has play function that lets you play interactively
    - has run_astar function that lets you watch the astar agent
  • Simulator object that interacts with mario jars from https://github.com/shyamsn97/Mario-AI-Framework

Added MarioBert and some hotfixes

16 Feb 03:14
Compare
Choose a tag to compare
  • Added MarioBert Model
  • Refactored code a bit
  • fixed errors when providing multiple prompts

Initial Release

14 Feb 08:05
Compare
Choose a tag to compare
  • Basic Objects
  • Simple Sampling logic