From 342b7184bc72cd6f25e5cb2595bfd63182a21fda Mon Sep 17 00:00:00 2001 From: anabwan <46447582+anabwan@users.noreply.github.com> Date: Mon, 27 May 2019 10:46:07 +0300 Subject: [PATCH] Enabling Coach Documentation to be run even when environments are not installed (#326) --- docs/_modules/index.html | 48 +- docs/_modules/rl_coach/agents/acer_agent.html | 48 +- .../rl_coach/agents/actor_critic_agent.html | 48 +- docs/_modules/rl_coach/agents/agent.html | 51 +- .../rl_coach/agents/agent_interface.html | 48 +- docs/_modules/rl_coach/agents/bc_agent.html | 48 +- .../agents/categorical_dqn_agent.html | 48 +- docs/_modules/rl_coach/agents/cil_agent.html | 48 +- .../rl_coach/agents/clipped_ppo_agent.html | 48 +- docs/_modules/rl_coach/agents/ddpg_agent.html | 48 +- docs/_modules/rl_coach/agents/dfp_agent.html | 48 +- docs/_modules/rl_coach/agents/dqn_agent.html | 48 +- docs/_modules/rl_coach/agents/mmc_agent.html | 48 +- .../rl_coach/agents/n_step_q_agent.html | 48 +- docs/_modules/rl_coach/agents/naf_agent.html | 48 +- docs/_modules/rl_coach/agents/nec_agent.html | 48 +- docs/_modules/rl_coach/agents/pal_agent.html | 48 +- .../agents/policy_gradients_agent.html | 48 +- docs/_modules/rl_coach/agents/ppo_agent.html | 48 +- .../rl_coach/agents/qr_dqn_agent.html | 48 +- .../rl_coach/agents/rainbow_dqn_agent.html | 48 +- .../agents/soft_actor_critic_agent.html | 48 +- .../agents/value_optimization_agent.html | 71 +- .../rl_coach/architectures/architecture.html | 48 +- .../architectures/network_wrapper.html | 48 +- docs/_modules/rl_coach/base_parameters.html | 48 +- docs/_modules/rl_coach/core_types.html | 48 +- .../rl_coach/data_stores/nfs_data_store.html | 48 +- .../rl_coach/data_stores/s3_data_store.html | 48 +- .../environments/carla_environment.html | 68 +- .../control_suite_environment.html | 48 +- .../environments/doom_environment.html | 48 +- .../rl_coach/environments/environment.html | 48 +- .../environments/gym_environment.html | 48 +- .../environments/starcraft2_environment.html | 48 +- .../exploration_policies/additive_noise.html | 48 +- .../exploration_policies/boltzmann.html | 48 +- .../exploration_policies/bootstrapped.html | 48 +- .../exploration_policies/categorical.html | 48 +- .../continuous_entropy.html | 48 +- .../exploration_policies/e_greedy.html | 48 +- .../exploration_policy.html | 48 +- .../rl_coach/exploration_policies/greedy.html | 48 +- .../exploration_policies/ou_process.html | 48 +- .../exploration_policies/parameter_noise.html | 48 +- .../truncated_normal.html | 48 +- .../rl_coach/exploration_policies/ucb.html | 48 +- .../action/attention_discretization.html | 48 +- .../filters/action/box_discretization.html | 48 +- .../rl_coach/filters/action/box_masking.html | 48 +- .../full_discrete_action_space_map.html | 48 +- .../filters/action/linear_box_to_box_map.html | 48 +- .../partial_discrete_action_space_map.html | 48 +- .../observation_clipping_filter.html | 48 +- .../observation/observation_crop_filter.html | 48 +- .../observation_move_axis_filter.html | 48 +- .../observation_normalization_filter.html | 48 +- ...on_reduction_by_sub_parts_name_filter.html | 48 +- ...rvation_rescale_size_by_factor_filter.html | 77 +- .../observation_rescale_to_size_filter.html | 80 +- .../observation_rgb_to_y_filter.html | 48 +- .../observation_squeeze_filter.html | 48 +- .../observation_stacking_filter.html | 48 +- .../observation_to_uint8_filter.html | 48 +- .../reward/reward_clipping_filter.html | 48 +- .../reward/reward_normalization_filter.html | 48 +- .../filters/reward/reward_rescale_filter.html | 48 +- .../rl_coach/memories/backend/redis.html | 48 +- .../episodic/episodic_experience_replay.html | 128 ++- .../episodic_hindsight_experience_replay.html | 48 +- ...sodic_hrl_hindsight_experience_replay.html | 48 +- .../episodic/single_episode_buffer.html | 48 +- .../balanced_experience_replay.html | 48 +- .../differentiable_neural_dictionary.html | 48 +- .../non_episodic/experience_replay.html | 75 +- .../prioritized_experience_replay.html | 48 +- .../non_episodic/transition_collection.html | 48 +- .../kubernetes_orchestrator.html | 48 +- docs/_modules/rl_coach/spaces.html | 48 +- docs/_sources/index.rst.txt | 4 +- docs/_static/ajax-loader.gif | Bin 673 -> 0 bytes docs/_static/basic.css | 74 +- docs/_static/comment-bright.png | Bin 756 -> 0 bytes docs/_static/comment-close.png | Bin 829 -> 0 bytes docs/_static/comment.png | Bin 641 -> 0 bytes docs/_static/css/badge_only.css | 2 +- docs/_static/css/custom.css | 61 ++ docs/_static/css/theme.css | 8 +- docs/_static/doctools.js | 5 +- docs/_static/documentation_options.js | 4 +- docs/_static/down-pressed.png | Bin 222 -> 0 bytes docs/_static/down.png | Bin 202 -> 0 bytes docs/_static/js/theme.js | 6 +- docs/_static/searchtools.js | 44 +- docs/_static/up-pressed.png | Bin 214 -> 0 bytes docs/_static/up.png | Bin 203 -> 0 bytes docs/_static/websupport.js | 808 ------------------ docs/components/additional_parameters.html | 248 +++--- docs/components/agents/imitation/bc.html | 56 +- docs/components/agents/imitation/cil.html | 75 +- docs/components/agents/index.html | 616 ++++++------- docs/components/agents/other/dfp.html | 100 +-- .../agents/policy_optimization/ac.html | 94 +- .../agents/policy_optimization/acer.html | 104 +-- .../agents/policy_optimization/cppo.html | 115 ++- .../agents/policy_optimization/ddpg.html | 96 +-- .../agents/policy_optimization/hac.html | 48 +- .../agents/policy_optimization/pg.html | 90 +- .../agents/policy_optimization/ppo.html | 120 ++- .../agents/policy_optimization/sac.html | 82 +- .../agents/value_optimization/bs_dqn.html | 50 +- .../value_optimization/categorical_dqn.html | 89 +- .../agents/value_optimization/double_dqn.html | 68 +- .../agents/value_optimization/dqn.html | 68 +- .../value_optimization/dueling_dqn.html | 50 +- .../agents/value_optimization/mmc.html | 65 +- .../agents/value_optimization/n_step.html | 92 +- .../agents/value_optimization/naf.html | 50 +- .../agents/value_optimization/nec.html | 110 ++- .../agents/value_optimization/pal.html | 98 +-- .../agents/value_optimization/qr_dqn.html | 84 +- .../agents/value_optimization/rainbow.html | 102 +-- docs/components/architectures/index.html | 612 ++++++------- docs/components/core_types.html | 484 +++++------ docs/components/data_stores/index.html | 76 +- docs/components/environments/index.html | 458 +++++----- .../exploration_policies/index.html | 369 ++++---- docs/components/filters/index.html | 58 +- docs/components/filters/input_filters.html | 283 +++--- docs/components/filters/output_filters.html | 144 ++-- docs/components/memories/index.html | 183 ++-- docs/components/memory_backends/index.html | 63 +- docs/components/orchestrators/index.html | 63 +- docs/components/spaces.html | 420 ++++----- docs/contributing/add_agent.html | 82 +- docs/contributing/add_env.html | 60 +- docs/dashboard.html | 62 +- docs/design/control_flow.html | 74 +- docs/design/horizontal_scaling.html | 70 +- docs/design/network.html | 73 +- docs/dist_usage.html | 66 +- docs/features/algorithms.html | 50 +- docs/features/benchmarks.html | 58 +- docs/features/environments.html | 82 +- docs/features/index.html | 50 +- docs/genindex.html | 48 +- docs/index.html | 57 +- docs/search.html | 48 +- docs/searchindex.js | 2 +- docs/selecting_an_algorithm.html | 50 +- docs/test.html | 578 ++++++------- docs/usage.html | 63 +- docs_raw/README.md | 10 +- docs_raw/build_docs.sh | 24 + docs_raw/source/conf.py | 8 +- docs_raw/source/index.rst | 4 +- rl_coach/environments/carla_environment.py | 20 +- 157 files changed, 5167 insertions(+), 7477 deletions(-) delete mode 100644 docs/_static/ajax-loader.gif delete mode 100644 docs/_static/comment-bright.png delete mode 100644 docs/_static/comment-close.png delete mode 100644 docs/_static/comment.png create mode 100644 docs/_static/css/custom.css delete mode 100644 docs/_static/down-pressed.png delete mode 100644 docs/_static/down.png delete mode 100644 docs/_static/up-pressed.png delete mode 100644 docs/_static/up.png delete mode 100644 docs/_static/websupport.js create mode 100755 docs_raw/build_docs.sh diff --git a/docs/_modules/index.html b/docs/_modules/index.html index a8cf7d4..f59a6f1 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -8,7 +8,7 @@ -