ray/rllib/examples
gehring 8903bcd0c3 [rllib] Tracing for eager tensorflow policies with tf.function (#5705)
* Added tracing of eager policies with `tf.function`

* lint

* add config option

* add docs

* wip

* tracing now works with a3c

* typo

* none

* file doc

* returns

* syntax error

* syntax error
2019-09-17 01:44:20 -07:00
..
export [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
serving [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
autoregressive_action_dist.py [rllib] Add autoregressive KL (#5469) 2019-08-19 14:34:50 +08:00
batch_norm_model.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
cartpole_lstm.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
centralized_critic.py [rllib] Eager execution for centralized critic example, fix simple optimizer for multiagent (#5683) 2019-09-11 12:15:34 -07:00
centralized_critic_2.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00
custom_env.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
custom_fast_model.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
custom_keras_model.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
custom_keras_rnn_model.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
custom_loss.py Custom action distributions (#5164) 2019-08-06 11:13:16 -07:00
custom_metrics_and_callbacks.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00
custom_tf_policy.py [rllib] Tracing for eager tensorflow policies with tf.function (#5705) 2019-09-17 01:44:20 -07:00
custom_torch_policy.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
custom_train_fn.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
eager_execution.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
hierarchical_training.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
multiagent_cartpole.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00
multiagent_custom_policy.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00
multiagent_two_trainers.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
parametric_action_cartpole.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rock_paper_scissors_multiagent.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00
rollout_worker_custom_workflow.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
saving_experiences.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
twostep_game.py [tune] Deprecate tune.function (#5601) 2019-08-31 16:00:10 -07:00