0.1.2
版本发布时间: 2023-02-18 16:21:09
shyamsn97/mario-gpt最新发布版本:0.1.3(2023-02-22 03:32:36)
- 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 - hasrun_astar
function that lets you watch the astar agent - Simulator object that interacts with mario jars from https://github.com/shyamsn97/Mario-AI-Framework