mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 07:00:20 +08:00
d15609ba2a
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.
Shared neural network models for RLlib.