ray/rllib/models
Eric Liang 03a1b75852
[rllib] Fix some eager execution regressions with 1.13 (#5537)
* fix bugs with 1.13

* allow disable
2019-08-26 23:23:35 -07:00
..
tf [rllib] Fix some eager execution regressions with 1.13 (#5537) 2019-08-26 23:23:35 -07:00
torch [rllib] Autoregressive action distributions (#5304) 2019-08-10 14:05:12 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
action_dist.py [rllib] Autoregressive action distributions (#5304) 2019-08-10 14:05:12 -07:00
catalog.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
extra_spaces.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
model.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
modelv2.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
preprocessors.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00

Shared neural network models for RLlib.