Skip to content

v1.1.2

Choose a tag to compare

@LovelyBuggies LovelyBuggies released this 29 Sep 12:14
· 40 commits to main since this release

Changelog

This version adds normalized advantage and epsilon-clip support, which pairs with CoMLRL 1.1.2.

Normalizing the advantage can make convergence stable (no significant) at the cost of slightly higher VRAM use. Clipping too strictly will hurt.

image
  • Gray - Repeated Bandit
  • Light Green - Plain
  • Red - Level Feedback
  • Blue - Expert Edits