mushroom-rl icon indicating copy to clipboard operation
mushroom-rl copied to clipboard

Suggestion: rename episodes_length to compute_episodes_length

Open RylanSchaeffer opened this issue 2 years ago • 0 comments

If I can make a suggestion, perhaps you could rename the function mushroom_rl.utils.dataset.episodes_length() to mushroom_rl.utils.dataset.compute_episodes_length(). This would better match your function naming convention (e.g. compute_J(), compute_metrics()) and would also allow me to name the returned variable episode_lengths.

Thanks in advance!

RylanSchaeffer avatar Mar 25 '22 17:03 RylanSchaeffer