datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
visgym_pacman_2d_random
VisGym Pacman2D Random Policy World-Model Trajectories
This dataset contains random-policy interaction trajectories for the custom VisGym Pacman2D environment.
Each row is one environment trajectory. The history entries include image_prev, image, and
image_next base64 JPEG frames, the prompt shown at the step, the sampled action, reward, and
environment info. The policy samples move actions uniformly and samples the valid stop action with
the configured random stop probability after… See the full description on the dataset page: https://huggingface.co/datasets/novastar112/visgym_pacman_2d_random.visgym_pacman_2d_remap
VisGym Pacman2D Deterministic Trajectories
This dataset contains behavior-cloning trajectories for the custom VisGym Pacman2D environment.
Each row is one successful oracle episode. The history entries include image_prev, image, and
image_next; no synthetic thinking traces are stored. Images are JPEG base64 strings rendered from
the greyblue9/pacman-python visual assets used by the environment.
Environment summary:
Grid size is constrained to 7x7 through 12x12.
Easy uses the 9x9… See the full description on the dataset page: https://huggingface.co/datasets/novastar112/visgym_pacman_2d_remap.
