google-deepmind / google-deepmind/pysc2

visibility scale bug?

Open
#198 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.