ManifoldRG / MultiNet

Apache License 2.0
18 stars 1 forks source link

Evaluation metric for offline RL data #104

Closed pranavguru closed 2 months ago

pranavguru commented 3 months ago

How do we calculate success rate to evaluate a model that only predicts the next action and not observation state? Can we use similarity in action trajectories instead of success rate as a metric?

pranavguru commented 2 months ago

MSE between model predicted action and expert action for a given timestep. Averaged over all timesteps in an episode, and reported as AMSE.