ray/rllib/tests
Eric Liang a644060daa
[rllib] First pass at pipeline implementation of DQN (#7433)
* wip iters

* add test

* speed up

* update docs

* document it

* support serial sampling

* add test

* spacing

* annotate it

* update

* rename to pipeline

* comment

* iter2 wip

* update

* update

* context test

* update

* fix

* fix

* a3c pipeline

* doc

* update

* move timer

* comment

* add piepline test

* fix

* clean up

* document

* iter s

* wip dqn

* wip

* wip

* metrics

* metrics rename

* metrics ctx

* wip

* constants

* add todo

* suppport .union

* wip

* support union

* remove prints

* add todo

* remove auto timer

* fix up

* fix pipeline test

* typing

* fix breakage

* remove bad assert

* wip

* fix multiagent example

* fixapply

* update a3c

* remove a2c pl

* 0 workers

* wip

* wip

* share metrics

* wip

* wip

* doc

* fix weight sync and global var updates

* mode

* fix

* fix

* doc

* fix
2020-03-07 14:47:58 -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 [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
run_regression_tests.py [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
test_avail_actions_qmix.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_catalog.py [RLlib] Exploration API (+EpsilonGreedy sub-class). (#6974) 2020-02-10 15:22:07 -08:00
test_checkpoint_restore.py [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
test_dependency.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
test_eager_support.py [RLlib] SAC add discrete action support. (#7320) 2020-03-06 10:37:12 -08:00
test_env_with_subprocess.py [RLlib] Implement PPO torch version. (#6826) 2020-01-20 23:06:50 -08:00
test_evaluators.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_explorations.py [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
test_external_env.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -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 Fix old exploration configs. (#7240) 2020-02-20 08:39:16 -08:00
test_io.py [RLlib] Policy.compute_log_likelihoods() and SAC refactor. (issue #7107) (#7124) 2020-02-22 14:19:49 -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 [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
test_multi_agent_pendulum.py [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
test_nested_spaces.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_optimizers.py [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
test_perf.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_pipeline.py [rllib] Support multi-agent training in pipeline impls, add easy flag to enable (#7338) 2020-03-02 15:16:37 -08:00
test_reproducibility.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
test_rollout.py [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
test_rollout.sh [rllib] Rollout extensions (#6065) 2019-11-05 20:34:18 -08:00
test_rollout_worker.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
test_supported_spaces.py [rllib] First pass at pipeline implementation of DQN (#7433) 2020-03-07 14:47:58 -08:00