ray/rllib/utils
Sven Mika b95e28faea
[RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288)
APEX_DDPG (PyTorch) test case and docs.
2020-05-04 09:36:27 +02:00
..
exploration [RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288) 2020-05-04 09:36:27 +02:00
schedules [RLlib] Add testing framework_iterator. (#7852) 2020-04-03 12:24:25 -07:00
tests [RLlib] Add testing framework_iterator. (#7852) 2020-04-03 12:24:25 -07:00
__init__.py [RLlib] Nested action space PR (minimally invasive; torch only + test). (#8101) 2020-04-23 09:09:22 +02:00
actors.py [rllib] - TaskPool.completed_prefetch() no longer returns stale object ids after an error (#7139) 2020-02-13 22:30:44 -08:00
annotations.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
compression.py Stop vendoring pyarrow (#7233) 2020-02-19 19:01:26 -08:00
debug.py [Core/RLlib] Move log_once from rllib to ray.util. (#7273) 2020-02-27 10:40:44 -08:00
deprecation.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
error.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
explained_variance.py [RLlib] Implement PPO torch version. (#6826) 2020-01-20 23:06:50 -08:00
filter.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
filter_manager.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
framework.py [RLlib] PyTorch version of ES (Evolution Strategies). (#8104) 2020-04-20 21:47:28 +02:00
from_config.py [rllib] Fix torch GPU / yaml load warning (#7278) 2020-02-23 13:13:43 -08:00
memory.py [rllib] Disable explicit free, which is no longer needed and causes memory leaks 2020-04-16 16:06:58 -07:00
numpy.py [RLlib] DDPG PyTorch actor-model was missing sigmoid layer (#8188) 2020-04-26 23:08:13 +02:00
policy_client.py [rllib] Add high-performance external application connector (#7641) 2020-03-20 12:43:57 -07:00
policy_server.py [rllib] Add high-performance external application connector (#7641) 2020-03-20 12:43:57 -07:00
seed.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
sgd.py [RLlib] Working/learning example: PPO + torch + LSTM. (#7797) 2020-03-31 22:00:28 -07:00
space_utils.py [RLlib] Remove TupleActions and support arbitrarily nested action spaces. (#8143) 2020-04-28 14:59:16 +02:00
test_utils.py [RLlib] IMPALA PyTorch (#8287) 2020-05-03 13:44:25 +02:00
tf_ops.py [RLlib] Deprecate all Model(v1) usage. (#8146) 2020-04-29 12:12:59 +02:00
tf_run_builder.py [RLlib] SAC add discrete action support. (#7320) 2020-03-06 10:37:12 -08:00
timer.py [rllib] Enable performance metrics reporting for RLlib pipelines, add A3C (#7299) 2020-02-28 16:44:17 -08:00
torch_ops.py [RLlib] Remove TupleActions and support arbitrarily nested action spaces. (#8143) 2020-04-28 14:59:16 +02:00
tracking_dict.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
tuple_actions.py [RLlib] Remove TupleActions and support arbitrarily nested action spaces. (#8143) 2020-04-28 14:59:16 +02:00
window_stat.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00