google-deepmind / google-deepmind/pysc2
visibility scale bug?
Open
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
```python
class Visibility(enum.IntEnum):
"""Values for the `visibility` feature layers."""
HIDDEN = 0
SEEN = 1
VISIBLE = 2
```
https://github.com/deepmind/pysc2/blob/master/pysc2/lib/features.py#L262
should scale be set to three, since there are only three possible values of visibility, or am i misunderstanding the purpose of the scale property?
Contributor guide
Assessment
This issue has not been assessed yet.