ray/rllib/utils
2020-06-12 20:17:27 -07:00
..
exploration [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07:00
schedules [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07:00
spaces [rllib] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02:00
tests [RLlib] Make envs specifiable in configs by their class path. (#8750) 2020-06-03 08:14:29 +02:00
__init__.py [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07:00
actors.py Change os.uname()[1] and socket.gethostname() to the portable and faster platform.node_ip() (#8839) 2020-06-08 21:29:46 -07:00
annotations.py [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
compression.py Stop vendoring pyarrow (#7233) 2020-02-19 19:01:26 -08:00
debug.py [rllib] Flexible multi-agent replay modes and replay_sequence_length (#8893) 2020-06-12 20:17:27 -07: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 [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
framework.py [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07:00
from_config.py [RLlib] Make envs specifiable in configs by their class path. (#8750) 2020-06-03 08:14:29 +02:00
memory.py [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -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] Unity3D integration (n Unity3D clients vs learning server). (#8590) 2020-05-30 22:48:34 +02: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 WIP. (#8456) 2020-05-15 21:43:27 +02:00
test_utils.py [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07: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] Issue 8412 (Adam vars not stored in ModelV2). (#8480) 2020-06-05 21:07:02 +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