| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-01-09 | 870 Bytes | |
| RLax 0.1.5 source code.tar.gz | 2023-01-09 | 99.1 kB | |
| RLax 0.1.5 source code.zip | 2023-01-09 | 152.3 kB | |
| Totals: 3 Items | 252.3 kB | 0 | |
What's Changed
- Replace for-loop in extract_subsequences with single indexing operation. by @copybara-service in https://github.com/deepmind/rlax/pull/98
- Replace O(n^2) iterative insert with linear append + reverse. by @copybara-service in https://github.com/deepmind/rlax/pull/99
- Expose utilities for constructing and learning from policy targets. by @copybara-service in https://github.com/deepmind/rlax/pull/106
- Add support for disabling stop_gradients on targets (as in other rlax losses). by @copybara-service in https://github.com/deepmind/rlax/pull/107
- [rlax] Update jax and numpy requirements for RLax. by @copybara-service in https://github.com/deepmind/rlax/pull/114
- Release new RLax version. by @copybara-service in https://github.com/deepmind/rlax/pull/115
Full Changelog: https://github.com/deepmind/rlax/compare/v0.1.4...v0.1.5