Parallel Training
- Using a cluster to maintain the computation resource for parallel training.
- Web UI for monitoring the cluster.
- Support limiting the memory usage for each remote class.
- Tutorial for the use of the cluster.
Example
- Add the evolution strategies(ES) algorithm, using the PARL parallel module.
- Append the A2C performance on a range of Atari games.
- Append the IMPALA performance on a range of Atari games.
Tutorial
- Add the official documentation deployed at the readthedocs.
- Add a tutorial describing how to build a custom algorithm.
- Add a tutorial describing how to use the cluster for parallel computation.