[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:
Eric Liang
2017-07-17 08:58:54 +00:00
committed by Philipp Moritz
parent 8fc7dc3ed4
commit 420013774c
19 changed files with 333 additions and 239 deletions
+3
View File
@@ -0,0 +1,3 @@
from ray.rllib.models.catalog import ModelCatalog
__all__ = ["ModelCatalog"]