ray/rllib/models
2022-03-31 13:52:00 +02:00
..
jax [RLlib] Slate-Q tf implementation and tests/benchmarks. (#22389) 2022-02-22 09:36:44 +01:00
tests [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
tf [RLlib] Added dtype safeguards to the 'required_model_output_shape()' methods… (#23490) 2022-03-31 13:52:00 +02:00
torch [RLlib] Added dtype safeguards to the 'required_model_output_shape()' methods… (#23490) 2022-03-31 13:52:00 +02:00
__init__.py [RLlib] Deprecate old classes, methods, functions, config keys (in prep for RLlib 1.0). (#10544) 2020-09-06 10:58:00 +02:00
action_dist.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
catalog.py [Lint] Cleanup incorrectly formatted strings (Part 1: RLLib). (#23128) 2022-03-15 17:34:21 +01:00
modelv2.py [docs] fix doctests and activate CI (#23418) 2022-03-24 17:04:02 -07:00
preprocessors.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
repeated_values.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00

Shared neural network models for RLlib.