ray/rllib/tests
Eric Liang a0dcb45dc3
[rllib] Fix APEX priorities returning zero all the time (#5980)
* fix

* move example tests to end

* level err

* guard against none

* no trace test

* ignore thumbs

* np

* fix multi node

* fix
2019-10-26 13:23:42 -07:00
..
data/cartpole_small [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
mock_worker.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
multiagent_pendulum.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
run_regression_tests.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_avail_actions_qmix.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_catalog.py [rllib] Enable object store memory limit by default (#5534) 2019-08-26 01:37:28 -07:00
test_checkpoint_restore.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_dependency.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_eager_support.py [rllib] Fix APEX priorities returning zero all the time (#5980) 2019-10-26 13:23:42 -07:00
test_env_with_subprocess.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_evaluators.py [rllib] Enable object store memory limit by default (#5534) 2019-08-26 01:37:28 -07:00
test_external_env.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_external_multi_agent_env.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_filters.py [rllib] Enable object store memory limit by default (#5534) 2019-08-26 01:37:28 -07:00
test_ignore_worker_failure.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_io.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_legacy.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_local.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_lstm.py [rllib] Fix rnn shape with multi-dimensional data (#5939) 2019-10-22 11:07:26 -07:00
test_multi_agent_env.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_nested_spaces.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_optimizers.py [rllib] Enable object store memory limit by default (#5534) 2019-08-26 01:37:28 -07:00
test_perf.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_reproducibility.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_rollout.sh [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_rollout_worker.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
test_supported_spaces.py [rllib] Properly flatten 2-d observations as input to FCnet (#5733) 2019-09-19 12:10:31 -07:00