ray/rllib/execution
2021-03-03 14:31:30 +01:00
..
tests [RLlib] Remove old SegmentTree from tests dir and unflake respective segment tree test. (#14450) 2021-03-03 14:31:30 +01:00
__init__.py [rllib] Add execution module to package ref (#10941) 2020-09-21 23:03:06 -07:00
common.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
concurrency_ops.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
learner_thread.py [RLlib] Allow rllib rollout to run distributed via evaluation workers. (#13718) 2021-02-08 12:05:16 +01:00
metric_ops.py [RLlib] Extend on_learn_on_batch callback to allow for custom metrics to be added. (#13584) 2021-02-08 15:02:19 +01:00
minibatch_buffer.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
multi_gpu_impl.py [RLlib] Curiosity exploration module: tf/tf2.x/tf-eager support. (#11945) 2020-11-29 12:31:24 +01:00
multi_gpu_learner.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
replay_buffer.py [RLlib] R2D2 Implementation. (#13933) 2021-02-25 12:18:11 +01:00
replay_ops.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
rollout_ops.py [RLlib] Batch-size for truncate_episode batch_mode should be confgurable in agent-steps (rather than env-steps), if needed. (#12420) 2020-12-08 16:41:45 -08:00
segment_tree.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00
train_ops.py [RLlib] Issue #13824: compress_observations=True crashes for all algos not using a replay buffer. (#14034) 2021-02-18 21:36:32 +01:00
tree_agg.py [RLlib] Execution Annotation (#13036) 2020-12-24 09:30:33 -05:00