ray/rllib/utils
Kai Fricke 7a4d58d80f
[rllib] Fix doctest failure (#24343)
Lint was still failing (but only caught with doctest):

```
File "../../python/ray/rllib/utils/numpy.py", line ?, in default

Failed example:

    tree.traverse(make_action_immutable, d, top_down=False)

Exception raised:

    Traceback (most recent call last):

      File "/opt/miniconda/lib/python3.6/doctest.py", line 1330, in __run

        compileflags, 1), test.globs)

      File "<doctest default[4]>", line 1, in <module>

        tree.traverse(make_action_immutable, d, top_down=False)

    NameError: name 'make_action_immutable' is not defined

```
2022-04-29 19:13:24 +01:00
..
debug [RLlib] Memory leak finding toolset using tracemalloc + CI memory leak tests. (#15412) 2022-04-12 07:50:09 +02:00
exploration [RLlib] Training Iteration Function for SAC (#24157) 2022-04-26 12:37:54 +02:00
metrics Revert "Revert "[RLlib] Speedup A3C up to 3x (new training_iteration function instead of execution_plan) and re-instate Pong learning test."" (#18708) 2022-02-10 13:44:22 +01:00
pre_checks [RLlib] Don't add elements to _agent_ids during env pre-checking. (#24136) 2022-04-26 15:55:15 +02:00
replay_buffers [RLlib] QMIX training iteration function and new replay buffer API. (#24164) 2022-04-27 14:24:20 +02:00
schedules [Lint] Cleanup incorrectly formatted strings (Part 1: RLLib). (#23128) 2022-03-15 17:34:21 +01:00
spaces [RLlib] Make sure unsquash_action moves user action to proper range (#23941) 2022-04-18 18:55:57 +02:00
tests [rllib] Fix linting (#24335) 2022-04-29 15:21:11 +01:00
__init__.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
actors.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
annotations.py [docs] fix doctests and activate CI (#23418) 2022-03-24 17:04:02 -07:00
compression.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
deprecation.py [docs] fix doctests and activate CI (#23418) 2022-03-24 17:04:02 -07:00
error.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
filter.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
filter_manager.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
framework.py [Lint] Cleanup incorrectly formatted strings (Part 1: RLLib). (#23128) 2022-03-15 17:34:21 +01:00
from_config.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
images.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
memory.py [RLlib; Docs overhaul] Docstring cleanup: rllib/utils (#19829) 2021-11-01 21:46:02 +01:00
numpy.py [rllib] Fix doctest failure (#24343) 2022-04-29 19:13:24 +01:00
sgd.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_utils.py [RLlib] Replay Buffer API and Training Iteration Fn for DQN. (#23420) 2022-04-18 12:20:12 +02:00
tf_run_builder.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
tf_utils.py [RLlib] Fix AlphaStar for tf2+tracing; smaller cleanups around avoiding to wrap a TFPolicy as_eager() or with_tracing more than once. (#24271) 2022-04-28 13:43:21 +02:00
threading.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
timer.py [rllib] Enable performance metrics reporting for RLlib pipelines, add A3C (#7299) 2020-02-28 16:44:17 -08:00
torch_utils.py [docs] fix doctests and activate CI (#23418) 2022-03-24 17:04:02 -07:00
typing.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
window_stat.py [RLlib; Docs overhaul] Docstring cleanup: rllib/utils (#19829) 2021-11-01 21:46:02 +01:00