MCPcopy Create free account
hub / github.com/ReinFlow/ReinFlow / plot_3d_eval_statistics_groups

Function plot_3d_eval_statistics_groups

agent/eval/visualize/utils.py:487–684  ·  view source on GitHub ↗

Plot multiple 3D surface plots in a single figure to compare evaluation statistics across different groups, such as finetuned and pretrained models. The axes represent (x, y, z) = (number of pretrained episodes, denoising steps, metric value), with logarithmic scaling on x and y axes by

(
    eval_statistics_groups,
    group_labels,
    inference_steps,
    model_name='ReFlow',
    env_name='hopper-medium-v2',
    labels=None,
    colors=None,
    log_dir=None,
    save_file_name='compare_3d_surface',
    plot_scale='semilogx',
    denoising_steps=None,
    legend=True,
    plot_additional_metrics=True,
    finetuned_cmap='Purples',
    pretrained_cmap='PuRd'
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

extract_numberFunction · 0.85
log_tick_formatterFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected