ray/rllib/policy
2020-07-09 10:44:10 +02:00
..
tests [RLlib] DDPG and SAC eager support (preparation for tf2.x) (#9204) 2020-07-08 16:12:20 +02:00
__init__.py [rllib] Add type annotations for evaluation/, env/ packages (#9003) 2020-06-19 13:09:05 -07:00
dynamic_tf_policy.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
eager_tf_policy.py [RLlib] DQN rainbow eager-mode (keras style NoisyLayer) (preparation for native tf2.x support). (#9304) 2020-07-09 10:44:10 +02:00
policy.py [RLlib] DDPG and SAC eager support (preparation for tf2.x) (#9204) 2020-07-08 16:12:20 +02:00
rnn_sequencing.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
sample_batch.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
tf_policy.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
tf_policy_template.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
torch_policy.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
torch_policy_template.py [RLlib] Minor cleanup in preparation to tf2.x support. (#9130) 2020-06-25 19:01:32 +02:00
trajectory_view.py [RLlib] Remove requirement for dataclasses in rllib (not supported in py3.5) (#9237) 2020-07-01 17:31:44 +02:00