File size: 821 Bytes
df27ab7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
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
|