ray/rllib/models
2019-10-07 14:25:16 -07:00
..
tf Fix TF2 / rllib test (#5846) 2019-10-07 14:25:16 -07:00
torch [rllib] Autoregressive action distributions (#5304) 2019-08-10 14:05:12 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
action_dist.py [rllib] Autoregressive action distributions (#5304) 2019-08-10 14:05:12 -07:00
catalog.py [rllib] Properly flatten 2-d observations as input to FCnet (#5733) 2019-09-19 12:10:31 -07:00
extra_spaces.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
model.py [rllib] Properly flatten 2-d observations as input to FCnet (#5733) 2019-09-19 12:10:31 -07:00
modelv2.py [rllib] Properly flatten 2-d observations as input to FCnet (#5733) 2019-09-19 12:10:31 -07:00
preprocessors.py Fix obs space lo/hi (#5826) 2019-10-04 09:28:06 -07:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00

Shared neural network models for RLlib.