Open kownse opened 1 year ago
Hey! Currently this is used for the inpainting functionality used in the novelty search portion of the work. I'm working on cleaning up that code and releasing it soon :)
Thank you @shyamsn97 , looking forward to it.
Have you implemented the relevant code for MarioBert
? I tried to complete it myself but failed.
May I ask how to use the
MarioBert
in this repo? I tried to callMarioLM(mask_model=True)
, butMarioBert
has nosample
method: