ray/rllib/agents/ppo
Ashwinee Panda 946ebfaa3c [rllib] Validate that entropy coeff is not an integer (#5687)
* Validate that entropy coeff is not an integer

Passing an integer value for entropy coeff such as 0 raises an error somewhere inside the TF policy graph, so this checks to make sure the entropy coeff is a float.

* Cast to float instead

Also move this check after the negative value check
2019-09-11 14:35:42 -07:00
..
test Custom action distributions (#5164) 2019-08-06 11:13:16 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
appo.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
appo_policy.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
ppo.py [rllib] Validate that entropy coeff is not an integer (#5687) 2019-09-11 14:35:42 -07:00
ppo_policy.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
utils.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00