RLax 0.1.5
What's Changed
- Replace for-loop in extract_subsequences with single indexing operation. by @copybara-service in #98
- Replace O(n^2) iterative insert with linear append + reverse. by @copybara-service in #99
- Expose utilities for constructing and learning from policy targets. by @copybara-service in #106
- Add support for disabling stop_gradients on targets (as in other rlax losses). by @copybara-service in #107
- [rlax] Update jax and numpy requirements for RLax. by @copybara-service in #114
- Release new RLax version. by @copybara-service in #115
Full Changelog: v0.1.4...v0.1.5