Zuoxingdong Lagom Versions Save

lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.

v0.1.2

4 years ago
  • JIT-enabled LayerNormLSTM, it is much faster than the raw implementation !

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

v0.1.1

5 years ago
  • 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.

v0.1.0

5 years ago

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

v0.0.3

5 years ago

Much easier and cleaner API

v0.0.2

5 years ago

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

v0.0.1

5 years ago

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/.