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

Function plot_3d_eval_statistics

agent/eval/visualize/utils.py:354–485  ·  view source on GitHub ↗

Plot 3D bar plots for evaluation statistics with (x, y, z) = (n_episodes, denoising_step, metric). Parameters: - eval_statistics_list: List of tuples containing evaluation statistics for each model. - inference_steps: Number of inference steps (not used but kept for consistency).

(
    eval_statistics_list,
    inference_steps,
    model_name='ReFlow',
    env_name='hopper-medium-v2',
    labels=None,
    colors=None,
    log_dir=None,
    save_file_name='compare_3d_bar',
    plot_scale='semilogx',
    denoising_steps=None,
    legend=True,
    plot_additional_metrics=True
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.90

Calls 3

extract_numberFunction · 0.85
log_tick_formatterFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected