agents.es
algorithms.es
See #21316 and #21311 for the motivation behind these changes.
This PR implements a PyTorch version of RLlib's ARS algorithm using RLlib's functional algo builder API. It also adds a regression test for ARS (torch) on CartPole.