Improve dataset card: add paper link, task category, and sample usage
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the dataset card for OmniGameArena by:
- Adding the
reinforcement-learningtask category to the YAML metadata. - Linking the dataset to the associated research paper: OmniGameArena: A Unified UE5 Benchmark for VLM Game Agents with Improvement Dynamics.
- Including links to the official project page and GitHub repository.
- Adding a "Sample Usage" section with instructions on how to set up the agent code and run a benchmark script.
- Documenting the games and interaction modes (Solo, PvP, Coop).
- Adding a BibTeX citation.
This will help researchers better understand and utilize the benchmark!