DrFrankGL

Results 3 issues of DrFrankGL

Hello, with the voxel-player, voxel-engine & voxel packages (Wich are from voxel.js) the textures shows bad like this: ![image](https://github.com/voxel/voxel-engine-stackgl/assets/157644009/195c7219-2dd7-497d-9d0c-b344468450ce) Or this: ![image](https://github.com/voxel/voxel-engine-stackgl/assets/157644009/7b2a9373-788f-4fce-9dc4-7a93e1fe2d39) How can avoid that error? Thanks anyway.

This is the script: from mario_gpt import MarioLM mario_lm = MarioLM() prompts = ["many pipes, many enemies, some blocks, high elevation"] generated_level = mario_lm.sample( prompts=prompts, num_steps=100, temperature=2.0, use_tqdm=True ) #...

Link: https://infinite-tux.surge.sh/