.. |
backward_compat
|
[RLlib] Trainer to Algorithm renaming. (#25539)
|
2022-06-11 15:10:39 +02:00 |
data
|
[RLlib] Add Decision Transformer (DT) (#27890)
|
2022-08-17 13:49:13 -07:00 |
git_bisect
|
[ci] Clean up ci/ directory (refactor ci/travis) (#23866)
|
2022-04-13 18:11:30 +01:00 |
__init__.py
|
[rllib] Try moving RLlib to top level dir (#5324)
|
2019-08-05 23:25:49 -07:00 |
conftest.py
|
[CI] Create zip of ray session_latest/logs dir on test failure and upload to buildkite via /artifact-mount (#23783)
|
2022-04-22 09:48:53 +01:00 |
mock_worker.py
|
[RLlib] Filter.clear_buffer() deprecated (use Filter.reset_buffer() instead). (#22246)
|
2022-02-10 02:58:43 +01:00 |
run_regression_tests.py
|
[RLlib] Make JSONReader default, users will have to use the DatasetReader for any speedups. (#26541)
|
2022-07-14 17:19:38 +02:00 |
test_algorithm_imports.py
|
[RLlib] Trainer to Algorithm renaming. (#25539)
|
2022-06-11 15:10:39 +02:00 |
test_catalog.py
|
[RLlib] Fix ModelCatalog for nested complex inputs (#25620)
|
2022-07-22 00:45:25 -07:00 |
test_checkpoint_restore.py
|
[RLlib] Move learning_starts logic from buffers into training_step() . (#26032)
|
2022-08-11 13:07:30 +02:00 |
test_custom_resource.py
|
[RLlib] Move learning_starts logic from buffers into training_step() . (#26032)
|
2022-08-11 13:07:30 +02:00 |
test_dependency_tf.py
|
[RLlib] A2C + A3C move to algorithms folder and re-name into A2C/A3C (from ...Trainer). (#25314)
|
2022-06-01 09:29:16 +02:00 |
test_dependency_torch.py
|
[RLlib] More Trainer -> Algorithm renaming cleanups. (#25869)
|
2022-06-20 15:54:00 +02:00 |
test_dnc.py
|
[CI] Format Python code with Black (#21975)
|
2022-01-29 18:41:57 -08:00 |
test_eager_support.py
|
[RLlib] Move learning_starts logic from buffers into training_step() . (#26032)
|
2022-08-11 13:07:30 +02:00 |
test_execution.py
|
[RLlib] Move learning_starts logic from buffers into training_step() . (#26032)
|
2022-08-11 13:07:30 +02:00 |
test_export.py
|
[tune/structure] Introduce experiment package (#26033)
|
2022-06-23 14:52:46 +01:00 |
test_filters.py
|
[RLlib] Filter.clear_buffer() deprecated (use Filter.reset_buffer() instead). (#22246)
|
2022-02-10 02:58:43 +01:00 |
test_gpus.py
|
[RLlib] Revert 41c9ef70 . (#27243)
|
2022-07-29 11:05:15 -07:00 |
test_io.py
|
[RLlib]: Move OPE to evaluation config (#25911)
|
2022-07-12 11:04:34 -07:00 |
test_local.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_lstm.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_model_imports.py
|
[RLlib] Trainer to Algorithm renaming. (#25539)
|
2022-06-11 15:10:39 +02:00 |
test_multi_agent_env.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_multi_agent_pendulum.py
|
[CI] Format Python code with Black (#21975)
|
2022-01-29 18:41:57 -08:00 |
test_nested_action_spaces.py
|
[RLlib] Make Dataset reader default reader and enable CRR to use dataset (#26304)
|
2022-07-08 12:43:35 -07:00 |
test_nested_observation_spaces.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_nn_framework_import_errors.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_node_failure.py
|
[RLlib] Test against failure of nodes, for example for practical use of spot instances. (#26676)
|
2022-08-29 14:37:56 +02:00 |
test_perf.py
|
[CI] Format Python code with Black (#21975)
|
2022-01-29 18:41:57 -08:00 |
test_pettingzoo_env.py
|
[RLlib] Trainer to Algorithm renaming. (#25539)
|
2022-06-11 15:10:39 +02:00 |
test_placement_groups.py
|
[tune/structure] Introduce experiment package (#26033)
|
2022-06-23 14:52:46 +01:00 |
test_ray_client.py
|
[RLlib] Move all remaining algos into algorithms directory. (#25366)
|
2022-06-04 07:35:24 +02:00 |
test_reproducibility.py
|
[RLlib] Trainer.training_iteration -> Trainer.training_step; Iterations vs reportings: Clarification of terms. (#25076)
|
2022-06-10 17:09:18 +02:00 |
test_rllib_train_and_evaluate.py
|
[RLlib] Trainer.training_iteration -> Trainer.training_step; Iterations vs reportings: Clarification of terms. (#25076)
|
2022-06-10 17:09:18 +02:00 |
test_supported_multi_agent.py
|
[RLlib] Move learning_starts logic from buffers into training_step() . (#26032)
|
2022-08-11 13:07:30 +02:00 |
test_supported_spaces.py
|
[RLlib] Trainer to Algorithm renaming. (#25539)
|
2022-06-11 15:10:39 +02:00 |
test_timesteps.py
|
[RLlib] More Trainer -> Algorithm renaming cleanups. (#25869)
|
2022-06-20 15:54:00 +02:00 |
test_vector_env.py
|
[CI] Format Python code with Black (#21975)
|
2022-01-29 18:41:57 -08:00 |
test_worker_failures.py
|
[RLlib] Test against failure of nodes, for example for practical use of spot instances. (#26676)
|
2022-08-29 14:37:56 +02:00 |