Erik Frey
Erik Frey
You mean in the appendix of the license file? I think those are instructions for others on how to use the apache license. But I might be missing something?
I think we are good here, so closing this. But please reopen if I misunderstood.
That's a great suggestion. Is this difficult to do? We publish to PyPI via github actions - would be great if we could support conda in the same way. If...
Hi @traversaro - thanks for looking into this! We could make `pytinyrenderer` an optional package - does conda have some notion of extras? `pytinyrenderer` is not used in our core...
@traversaro and yes happy to leave a comment on that PR, but before I do, can you give me a quick sense of what kind of future maintenance I'm signing...
OK great! I commented on the conda-forge PR. Thanks for setting this up.
Amazing, thanks @traversaro ! We've updated the README with new installation instructions and will push that soon. Closing this issue - cheers.
`-q0` instructs netcat to close immediately after reading EOF from stdin. It may not be necessary at all in Fedora, but I don't have a way of testing. If you...
We have started working on 1) the renderer. We're looking at porting a simple technique like https://github.com/rougier/tiny-renderer to JAX as a new module in `brax.io` Tuning observation/action space could start...
@vwxyzjn we recently started using a similar Wrapper concept for wrapping envs in Brax, inspired by Gym. e.g. `EpisodeWrapper` collects episode statistics and sets done at the episode boundary, and...