ray/rllib/policy
Eric Liang 5acd3e66dd
[rllib] Fix torch TD error, IMPALA LR updates (#9477)
* update

* add test

* lint

* fix super call

* speed es test up
2020-07-23 12:50:25 -07:00
..
tests [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +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] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
policy.py [RLlib] Layout of Trajectory View API (new class: Trajectory; not used yet). (#9269) 2020-07-14 04:27:49 +02:00
rnn_sequencing.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
sample_batch.py [RLlib] Fix combination of lockstep and multiple agnts controlled by the same policy. (#9521) 2020-07-19 23:03:12 -07:00
tf_policy.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
tf_policy_template.py [RLlib] Type annotations for policy. (#9248) 2020-07-05 13:09:51 +02:00
torch_policy.py [rllib] Fix torch TD error, IMPALA LR updates (#9477) 2020-07-23 12:50:25 -07:00
torch_policy_template.py [rllib] Fix torch TD error, IMPALA LR updates (#9477) 2020-07-23 12:50:25 -07: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