James Mochizuki-Freeman

Results 5 comments of James Mochizuki-Freeman

Been eagerly watching this PR, it seems like a useful step towards making Gymnasium more library-agnostic. To suggest an idea for the 3.9 vs 3.10 issue, how about creating a...

Looking over both projects, pretty much the only meaningful difference in the build scripts. Both projects generate bindings to identical `Box2D` code, and the only change to the SWIG interface...

I would argue that the special-casing in the typing spec only applies to **argument type** annotations. This seems to differ from ty's interpretation, which also treats explicit **return type** `float`...

Thank you for the link to the prior discussion, it seems there has been quite an extensive debate! It definitely does sound like a clarification to the spec is needed....

Module-level attributes seem to have a similar issue, except in their case even a `.pyi` for the implementation file doesn't fall back correctly when stub docstring is omitted: ```python ##...