mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
[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:
committed by
Robert Nishihara
parent
99badc7ae4
commit
df65e87fc7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user