ray/rllib/models
Sven Mika f41a9b9813
[RLlib] Fix KL method of MultiCategorial tf distribution (issue #7009). (#7119)
* Fix KL method of MultiCategorial tf distribution.

* Fix KL method of MultiCategorial tf distribution.

* Merge AsyncReplayOptimizer fixes into this branch.
2020-02-12 12:46:15 -08:00
..
tf [RLlib] Fix KL method of MultiCategorial tf distribution (issue #7009). (#7119) 2020-02-12 12:46:15 -08:00
torch Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
action_dist.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
catalog.py [RLlib] Exploration API (+EpsilonGreedy sub-class). (#6974) 2020-02-10 15:22:07 -08:00
extra_spaces.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
model.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
modelv2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
preprocessors.py [RLlib] Fix broken example: tf-eager with custom-RNN (#6732). (#7021) 2020-02-06 09:44:08 -08: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.