Based on PARL, we have implemented the Evolution Strategies (ES) algorithm and evaluate it in Mujoco environments. Its performance reaches the same level of indicators as the paper.
Please see here to know more about Mujoco games.
- paddlepaddle>=1.8.5
- parl
- gym==0.9.4
- mujoco-py==0.5.1
To replicate the performance reported above, we encourage you to train with 96 CPUs.
If you haven't created a cluster before, enter the following command to create a cluster. For more information about the cluster, please refer to our documentation.
xparl start --port 8037 --cpu_num 96Then we can start the distributed training by running:
python train.pyTraining result will be saved in train_log with training curve.
