You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiment comparison plots — scripts generate_experiment_plots.py, plot_experiment_comparison.py, experiment_plot_utils.py; JPG graphs (one metric per graph, runs as lines) saved to docs/source/_static/, embedded in experiment RST with :alt: captions
Relative-time comparison — analyze_experiment_by_relative_time.py with --plot, compute_comparison_data() for tables and plots; optional --all-scalars, --metrics for arbitrary TensorBoard tags
CI: docs build and deploy — GitHub Actions workflow builds Sphinx docs and deploys to GitHub Pages (venv python, doc extra only)
doc_exp (Create Experiment) — rule "Embedding plots in RST (quality)": place image after metric subsection, :alt: on every image, intro sentence in Detailed TensorBoard Metrics Analysis
Best-time plot Y-axis — scale from min(time) to mean(time) + 1s so initial 300s spike is off-scale and improvement is readable; robust (percentile) scaling kept for loss, Q, finish rate
Experiment docs — exploration (uni_12 vs uni_15), temporal_mini_race_duration, training_speed, models/iqn: plots for all experiments (incl. IQN Exp 2–5), intro sentence and alt text for every figure
Universal scalar metrics — load_run_metrics(tags_to_load), get_available_scalar_tags(), use_all_scalars / extra_scalar_tags in compute_comparison_data(); scalar tag → kind/unit inferred for any tag