Enhance model card: Add pipeline tag, library name, paper/project links, usage example, and update license
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: reinforcement-learning
to improve discoverability. - Specifying
library_name: amago
as the primary library used by the model. - Updating the license to
apache-2.0
as indicated by the project's GitHub. - Including additional relevant tags like
pokemon
,game-ai
,offline-rl
, andtransformers
. - Linking to the paper: Human-Level Competitive Pokémon via Scalable Offline Reinforcement Learning with Transformers.
- Adding the project website: https://metamon.tech.
- Providing a concise overview and a practical Python usage example for quick model inference.
These changes will make the model more informative and easier to find and use for researchers and the community.
jakegrigsby
changed pull request status to
merged
thanks!