PARL 1.1
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
andset_params
to support getting parameters fromparl.Model
,parl.Algorithm
andparl.Agent
. - Add IMPALA and A3C algorithms to
parl.algorithms
.
Examples
- IMPALA
- A2C
- GA3C