Skip to content

Releases: zuoxingdong/lagom

Minor updates

23 May 15:39
Compare
Choose a tag to compare
  • JIT-enabled LayerNormLSTM, it is much faster than the raw implementation !

  • Sync examples/mdn and examples/VAE to the latest API design

Minor updates

14 May 14:58
Compare
Choose a tag to compare
  • Added instruction about how to train dm_control environments with minimal modifications.

  • Remove AtariPreprocessing because it's merged as a PR in gym officially.

  • Improve scripts & CI: use conda as much as possible for MKL optimization (like numpy/scipy) etc.

RL Baselines stable release

12 May 17:06
Compare
Choose a tag to compare

Research-friendly (easy to read & modify) RL baselines

It contains following algorithms for now:

  • ES: CEM/CMA-ES/OpenAI-ES
  • RL: VPG/PPO/DDPG/TD3/SAC

Breaking refactoring

04 Mar 13:25
Compare
Choose a tag to compare
Breaking refactoring Pre-release
Pre-release

Much easier and cleaner API

alpha release

04 Nov 20:32
Compare
Choose a tag to compare
alpha release Pre-release
Pre-release

Major high-level designs and major APIs converge to be stable in this release. Most of modules are well-tested.

Preview release

20 Sep 08:21
Compare
Choose a tag to compare
Preview release Pre-release
Pre-release

This is a preview release of lagom. For this version, see Basics in README for quick start or directly play around with examples. A full documentation is available online at http://lagom.readthedocs.io/.