William Blum

Results 6 issues of William Blum

NOTE: This reproes on a private solution so I cannot share unfortunately. We encounter perf issues with our VS solution (hangs, and freezes). The F# team looked into perfview traces...

The documentation says that `MultiBinary` is supported (at least for some of the RL agents), however it looks like the only supported case is `MultiBinary(n)` where `n` is an integer....

Could there be a typing declaration error in: https://github.com/openai/gym/blob/53d784eafed28d31ec41c36ebd9eee14b0dc6d41/gym/spaces/dict.py#L15 Looking at the definition of class `Space[T_cov]`, https://github.com/openai/gym/blob/53d784eafed28d31ec41c36ebd9eee14b0dc6d41/gym/spaces/space.py#L24 the generic parameter `T_cov` denotes the type of values returned by the sample...

Calling `Async.RunSynchronously` in libraries is error-prone and can cause dead-locks. (e.g. when running on the main interactive thread.) I would just remove the two functions `toList` and `toArray` altogether to...

## Description Would the maintainers consider including the following two helpers: - We already have `AsyncSeq.init` and `AsyncSeq.unfoldAsync` to generate new `AsyncSeq`, but I could not find any helper to...

The WMI Type provider fails with an exception when trying to instantiate the HyperV WMI class Msvm_VirtualSystemManagementService. **Repro script** Install nuget package with ``` Install-Package FSharp.Management ``` Run the following...