[rllib] Tune ppo more on control tasks (#777)

* tune ppo on control tasks

* introduce free log_std

* fix

* flag for writing logs

* fixes

* fixes
This commit is contained in:
Philipp Moritz
2017-08-03 16:34:06 -07:00
committed by Robert Nishihara
parent 99badc7ae4
commit df65e87fc7
5 changed files with 38 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ class ModelCatalog(object):
Args:
action_space (Space): Action space of the target gym env.
dist_type (Optional[str]): Identifier of the action distribution.
Returns:
dist_class (ActionDistribution): Python class of the distribution.