ray/rllib/models
Olaf Lipinski 8271406a04
[RLLib] Fix MultiDiscrete not being one-hotted correctly (#26558)
Co-authored-by: Jun Gong <jungong@anyscale.com>
2022-07-20 15:25:53 -07:00
..
jax Clean up docstyle in python modules and add LINT rule (#25272) 2022-06-01 11:27:54 -07:00
tests [RLlib] Trainer to Algorithm renaming. (#25539) 2022-06-11 15:10:39 +02:00
tf [RLLib] Fix MultiDiscrete not being one-hotted correctly (#26558) 2022-07-20 15:25:53 -07:00
torch [RLLib] Fix MultiDiscrete not being one-hotted correctly (#26558) 2022-07-20 15:25:53 -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 Clean up docstyle in python modules and add LINT rule (#25272) 2022-06-01 11:27:54 -07:00
catalog.py Clean up docstyle in python modules and add LINT rule (#25272) 2022-06-01 11:27:54 -07:00
modelv2.py [RLlib] Move all remaining algos into algorithms directory. (#25366) 2022-06-04 07:35:24 +02:00
preprocessors.py Fix exception cause in preprocessors.py (#26322) 2022-07-12 20:15:04 -07:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
repeated_values.py Clean up docstyle in python modules and add LINT rule (#25272) 2022-06-01 11:27:54 -07:00
utils.py [RLlib] Issue 25401: Faulty usage of get_filter_config in ComplexInputNetworks (#25493) 2022-06-06 13:04:17 +02:00

Shared neural network models for RLlib.