ray/rllib/models
2020-11-12 16:27:34 +01:00
..
tests [RLlib] ConvTranspose2D module (#11231) 2020-10-12 15:00:42 +02:00
tf [RLlib] Trajectory view API: Enable by default for PPO, IMPALA, PG, A3C (tf and torch). (#11747) 2020-11-12 16:27:34 +01:00
torch [RLlib] Trajectory view API: Enable by default for PPO, IMPALA, PG, A3C (tf and torch). (#11747) 2020-11-12 16:27:34 +01: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 [RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114) 2020-08-15 13:24:22 +02:00
catalog.py [RLlib] Model Annotations to Torch Models (#9749) 2020-11-12 12:16:12 +01:00
modelv2.py [RLlib] Trajectory view API: Enable by default for PPO, IMPALA, PG, A3C (tf and torch). (#11747) 2020-11-12 16:27:34 +01:00
preprocessors.py [RLlib] Model Annotations to Torch Models (#9749) 2020-11-12 12:16:12 +01:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
repeated_values.py [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07:00
utils.py [RLlib] ConvTranspose2D module (#11231) 2020-10-12 15:00:42 +02:00

Shared neural network models for RLlib.