Skip to content

0.4.2

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 26 Jun 10:24
· 570 commits to master since this release
ebaca6f

Enhancement

  1. Add model-free dqn family: IQN (#371), FQF (#376)
  2. Add model-free on-policy algorithm: NPG (#344, #347), TRPO (#337, #340)
  3. Add offline-rl algorithm: CQL (#359), CRR (#367)
  4. Support deterministic evaluation for onpolicy algorithms (#354)
  5. Make trainer resumable (#350)
  6. Support different state size and fix exception in venv.__del__ (#352, #384)
  7. Add vizdoom example (#384)
  8. Add numerical analysis tool and interactive plot (#335, #341)