Roman Ring

Results 12 issues of Roman Ring

Based on the discussion in #2.

Let's consider a simple two-class hierarchy: ```python @gin.configurable class A: def __init__(self, a=1): self.a = a @gin.configurable class B(A): def __init__(self, a=1, b=2): super().__init__(a) self.b = b ``` Ideally I...

Currently there's no way to redirect SC2 proc stderr (i.e. `Game has started.` messages) except for doing it globally, which is quite annoying if you're running multiple SC2 env instances....

In the SC2 LE paper there's this sentence under input pre-processing: > We embed all feature layers containing categorical values into a continuous space which is equivalent to using a...

Собственно не столько даже тикет сколько генеральный вопрос - а какой статус этого репозитория? От оригинального symfony-docs он дико отстал, не хватает целого брэнча (распределение на 2.0 и master), последнее...

Display which PHP versions are supported by the bundle. - Easy: check `.travis.yml` (assuming it's present) - Hard: check bundle source for version-specific code (i.e. traits usage)

feature proposal

Down the line message in `AuthenticationException` is typically handled as form error and displayed as such. This works fine until a system starts throwing internal, not for normal user eyes,...

When a game takes longer than 120 seconds then server responds with: ```json {"error":{"id":75,"message":"Verification process has elapsed"}} ``` At the moment this is only specific to CSB, since games there...

wontfix