Skip to content

RL Toolkit v3.2.4

Compare
Choose a tag to compare
@markub3327 markub3327 released this 07 Jul 21:06
· 19 commits to r3.0 since this release
11f4c7d

Release v3.2.4

Changelog

  • Reverb
  • setup.py (package is available on PyPI)
  • Split into agent, learner and tester roles
  • Use custom model and layer for defining Actor-Critic
  • MultiCritic - concatenating multiple critic networks into one network
  • Truncated Quantile Critics