ray/rllib/models
2022-05-24 22:14:25 -07: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 [api] Add API stability annotations for all RLlib symbols and add to LINT (#25060) 2022-05-24 22:14:25 -07:00
torch [api] Add API stability annotations for all RLlib symbols and add to LINT (#25060) 2022-05-24 22:14:25 -07: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 Annotate datasources and add API annotation check script (#24999) 2022-05-21 15:05:07 -07:00
catalog.py [RLlib] AlphaZero uses training_iteration API. (#24507) 2022-05-18 09:58:25 +02:00
modelv2.py [RLlib] Remove Unnecessary List Conversion of Complex Observations in SAC Models (torch and tf). (#24106) 2022-04-25 11:21:34 +02:00
preprocessors.py [api] Add API stability annotations for all RLlib symbols and add to LINT (#25060) 2022-05-24 22:14:25 -07: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 [api] Add API stability annotations for all RLlib symbols and add to LINT (#25060) 2022-05-24 22:14:25 -07:00

Shared neural network models for RLlib.