ray/rllib/execution
Eric Liang 8f79b4e45e
[rllib] Replay buffer size inaccurate with replay_seq_len option (#10988)
* support replay seq len

* update

* fix warn

* add test

* test
2020-09-25 13:47:23 -07:00
..
tests [rllib] Replay buffer size inaccurate with replay_seq_len option (#10988) 2020-09-25 13:47:23 -07:00
__init__.py [rllib] Add execution module to package ref (#10941) 2020-09-21 23:03:06 -07:00
common.py [RLlib] Trajectory View API (preparatory cleanup and enhancements). (#9678) 2020-07-29 21:15:09 +02:00
concurrency_ops.py [rllib] Add execution module to package ref (#10941) 2020-09-21 23:03:06 -07:00
learner_thread.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
metric_ops.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
minibatch_buffer.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
multi_gpu_impl.py [RLlib] Tf2x preparation; part 2 (upgrading try_import_tf()). (#9136) 2020-06-30 10:13:20 +02:00
multi_gpu_learner.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
replay_buffer.py [rllib] Replay buffer size inaccurate with replay_seq_len option (#10988) 2020-09-25 13:47:23 -07:00
replay_ops.py add large data warning (#10957) 2020-09-23 15:46:06 -07:00
rollout_ops.py [rllib] Add execution module to package ref (#10941) 2020-09-21 23:03:06 -07:00
segment_tree.py [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
train_ops.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
tree_agg.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