mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[rllib] Pull out shared models for evolution strategies and policy gradient. (#719)
* wip * works with cartpole * lint * fix pg * comment * action dist rename * preprocessor * fix test * typo * fix the action[0] nonsense * revert * satisfy the lint * wip * works with cartpole * lint * fix pg * comment * action dist rename * preprocessor * fix test * typo * fix the action[0] nonsense * revert * satisfy the lint * Minor indentation changes. * fix merge * add humanoid * fix linting * more 4 space * fix * fix linT * oops * es parity
This commit is contained in:
committed by
Philipp Moritz
parent
8fc7dc3ed4
commit
420013774c
@@ -0,0 +1,3 @@
|
||||
from ray.rllib.models.catalog import ModelCatalog
|
||||
|
||||
__all__ = ["ModelCatalog"]
|
||||
Reference in New Issue
Block a user