ray/rllib/tests
Sven 60d4d5e1aa Remove future imports (#6724)
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08: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 Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
multiagent_pendulum.py Remove future imports (#6724) 2020-01-09 00:15:48 -08: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 Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_catalog.py Remove (object) from class declarations. (#6658) 2020-01-02 17:42:13 -08:00
test_checkpoint_restore.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_dependency.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_eager_support.py SAC Performance Fixes (#6295) 2019-12-20 10:51:25 -08:00
test_env_with_subprocess.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_evaluators.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_external_env.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_external_multi_agent_env.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_filters.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_ignore_worker_failure.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_io.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_legacy.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_local.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_lstm.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_multi_agent_env.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_nested_spaces.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_optimizers.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_perf.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_reproducibility.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_rollout.sh [rllib] Rollout extensions (#6065) 2019-11-05 20:34:18 -08:00
test_rollout_worker.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_supported_spaces.py [rllib] RLlib chooses wrong neural network model for Atari in 0.7.5 (#6087) 2019-11-05 11:36:29 -08:00