mavenlin
mavenlin
Wondering whether there is a road blocker for this?
One thing we could improve here is to throw a verbose exception instead of the internal error. As for your use case, I think it is achievable by creating a...
Does this mean translating pysc2 to c++?
Is it possible that this issue is also fixed? https://github.com/sail-sg/envpool/actions/runs/2499453600
Bazel has a coverage command, but I have the impression that coverage is not fully supported in bazel.
If I understand correctly, does this mean that the "parameters" can be updated dynamically after the envs are initialized? Is it required to vary or randomize the "parameters" for the...
Thanks for clarifying. It seems more profound that I initially thought. From your description, there're some complications mainly due to performance. Passing a custom python function down to c++ is...
There's currently no open API for copying between cpu and tpu as far as I know. Therefore not possible to support jitting on tpu for now.
> I see. So would it be possible to use the xla functions on the CPU as part of a jitted function and then move arrays over to the tpu...
This StackOverflow thread has good examples and links on how to conditionally config bazel for windows. https://stackoverflow.com/questions/48860910/how-to-use-select-to-properly-detect-whether-i-am-building-c-code-in-windows-o