Shyam Sudhakaran
Shyam Sudhakaran
Looks like you may be running an older version so the examples have changed slightly: Can you run this in python? ```python from importlib.metadata import version print(version('mario-gpt')) ``` it should...
Yeah looks like it says 0.1.1, so you should re install it either with: ``` pip install mario-gpt --upgrade ``` or by cloning the repo ``` git clone [email protected]:shyamsn97/mario-gpt.git python...
Actually it is working 🙂! Now you don’t have to use the view_level method. You can do generated_level.level to view the strings, generated_level.img to view the image, and generated_level.play() to...
Full example from README ``` from mario_gpt import MarioLM, SampleOutput # pretrained_model = shyamsn97/Mario-GPT2-700-context-length mario_lm = MarioLM() # use cuda to speed stuff up # import torch # device =...
Awesome!
Closing this as we added ways to play / run an astar agent on a level.
Sounds good!
Hey! Do you mind sharing a full stack trace?
But you might wanna try upgrading your installation, either by downloading the repo from source or doing `pip install --upgrade mario-gpt`
Closing this as a version issue, feel free to re open if you still see the issue!