janEbert
janEbert
As discussed in [sb3#346](https://github.com/DLR-RM/stable-baselines3/issues/346), I'd like to merge [an existing implementation of the PPG algorithm](https://github.com/janEbert/sb3-ppg). I'm unsure about the two SDE-related calls [here](https://github.com/janEbert/sb3-ppg/blob/14a0e680d6a3b6ccb955e62037fe2c7bf8693c2e/ppg/ppg.py#L239-L240) and [here](https://github.com/janEbert/sb3-ppg/blob/14a0e680d6a3b6ccb955e62037fe2c7bf8693c2e/ppg/ppg.py#L257-L258); I just oriented myself on...
If `PIP_CONFIG_FILE` is set to an existing file, the user configuration is currently not loaded. This commit changes this behavior, so that the user configuration will be loaded either way....
Hey, this is a bit of a weird one. The problem is that JavaScript files may be included more than once when deferred and a stylesheet is loaded. I have...
I think it would be great if JuliaDB could save some form of metadata (maybe a dictionary) as a kind of header in the same file as the database. This...
I ported this from another project for which I used an older Flux version (still with `@treelike` and without Zygote). Sadly, I am not able to run the test suite...
`empty` now works on all `AbstractArray`s and the corresponding call using `Type{
The attribute was never implemented. # What does this PR do ? For NeMo NLP, the FSDP sharding strategy cannot be used currently because the `sharp` attribute for the `NLPFSDPStrategy`...
This implements a custom build backend, inspired by [the solution used by Pillow](https://github.com/python-pillow/Pillow/pull/7171). `--build-option`s aren't actually passed to the `build_wheel` command for reasons unknown to me. So this patches `setuptools.build_meta`...
This adds pretraining using [UL2](https://arxiv.org/abs/2205.05131) for both encoder-decoder, non-causal decoder-only, and causal decoder-only models. I have not yet run large-scale tests to see if it yields the desired training improvements,...
See https://arxiv.org/abs/2212.10554.