Skip to content

Latest commit

 

History

History
 
 

ES

Reproduce ES with PARL

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.

Mujoco games introduction

Please see here to know more about Mujoco games.

Benchmark result

learninng_curve

How to use

Dependencies

Distributed Training

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 96

Then we can start the distributed training by running:

python train.py

Training result will be saved in train_log with training curve.

Reference