abdulhaim / LMRL-Gym

MIT License
71 stars 9 forks source link

Any script for obtaining normalized evaluation scores? #4

Closed DT6A closed 9 months ago

DT6A commented 9 months ago

Hello! When running python llm_rl_scripts/maze/bc/eval_bc.py PARAMS bc_checkpoint_path it outputs json file with statistics for every starting point. Is there any script that provides normalized score or aggregates them properly as it is given in the paper? Same question about other environments. Or are we supposed to extract scores manually?

icwhite commented 9 months ago

Hi! Thank you for your question. Yes, we extracted the scores manually. The equations are in appendix E along with the values used to normalize the scores.

DT6A commented 9 months ago

Got it, thanks