ray/rllib/models
2020-07-25 09:29:24 +02:00
..
tests [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
tf [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07:00
torch [RLlib] Implement DQN PyTorch distributional head. (#9589) 2020-07-25 09:29:24 +02:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
action_dist.py [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07:00
catalog.py [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07:00
model.py [RLlib] Tf2x preparation; part 2 (upgrading try_import_tf()). (#9136) 2020-06-30 10:13:20 +02:00
modelv2.py [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07:00
preprocessors.py [rllib] Type annotations for model classes (#9646) 2020-07-24 12:01:46 -07: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

Shared neural network models for RLlib.