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

result

How to use

Dependencies

Distributed training

To replicate the performance reported above, we encourage you to train with 24 or 48 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 8837 --cpu_num 24

Then we can start the distributed training by running:

python train.py

Training result will be saved in train_log with the training curve.

Reference