| library_name: alpha-zero-civ6 | |
| tags: | |
| - pytorch | |
| - reinforcement-learning | |
| - game-ai | |
| - civilization-vi | |
| - encoder | |
| - civ6 | |
| license: mit | |
| # civ6-encoder | |
| Hex-crystalline spatial encoder | |
| ## Model Details | |
| | Property | Value | | |
| |----------|-------| | |
| | **Library** | `alpha-zero-civ6` | | |
| | **Architecture** | HexSpatialEncoderForHub | | |
| | **Parameters** | 72,902 | | |
| | **License** | mit | | |
| ## Training | |
| Not specified | |
| ## Metrics | |
| Not specified | |
| ## Usage | |
| ```python | |
| from alpha_zero.hexcrystal.hub_mixin import HexSpatialEncoderForHub | |
| # Load from Hugging Face Hub | |
| model = HexSpatialEncoderForHub.from_pretrained("ianshank/civ6-encoder") | |
| # Or load from a local directory | |
| model = HexSpatialEncoderForHub.from_pretrained("./my-local-model") | |
| ``` | |
| ## Citation | |
| Not specified | |