ray/rllib/models
2020-10-01 16:57:10 +02:00
..
tests [RLlib] SAC n_step > 1. (#10567) 2020-09-05 22:26:42 +02:00
tf [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
torch [RLlib] Trajectory view API: Simple List Collector (on by default for PPO); LSTM-agnostic (#11056) 2020-10-01 16:57:10 +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 [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 Change get_action_shape so that it uses the dtype of the Discrete object, rather than overwriting it with tf.int64. (#8424) 2020-09-21 17:08:31 -07:00
modelv2.py [RLlib] Trajectory view API: Simple List Collector (on by default for PPO); LSTM-agnostic (#11056) 2020-10-01 16:57:10 +02:00
preprocessors.py [RLlib] Trajectory View API (preparatory cleanup and enhancements). (#9678) 2020-07-29 21:15:09 +02: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] Deprecate old classes, methods, functions, config keys (in prep for RLlib 1.0). (#10544) 2020-09-06 10:58:00 +02:00

Shared neural network models for RLlib.