Skip to content

PARL 1.1

Compare
Choose a tag to compare
@zenghsh3 zenghsh3 released this 19 Apr 05:22
· 463 commits to develop since this release

Documentation

  • Add Chinese version of README in homepage.

Framework

  • Support for distributed training. Add parallelization module parl.remote.
  • Functional APIs to dump and load parameters in numpy arrays. Add get_params and set_params to support getting parameters from parl.Model, parl.Algorithm and parl.Agent.
  • Add IMPALA and A3C algorithms to parl.algorithms.

Examples

  • IMPALA
  • A2C
  • GA3C