mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
.. | ||
tests | ||
__init__.py | ||
ars.py | ||
ars_tf_policy.py | ||
ars_torch_policy.py | ||
README.md |
Augmented Random Search (ARS)
Overview
ARS is a sample-efficient random search method that can outperform model-free RL algorithms. For each iteration, ARS discovers new policies via random noise from a central policy and sorts these policies by their performance in the environment. At the end of each iteration, the best policies ranked by performance are used to compute the final update for the central policy.
Documentation & Implementation:
Augmented Random Search (ARS).