RobustFieldAutonomyLab/Distributional_RL_Navigation

How to visualize the results of evaluation

LiangZhao13 opened this issue · 2 comments

Dear author,

Thank you for sharing the excellent work!!!

I'm trying to run the "run_experiment.py" to evaluate the pre-trained models.

I'm wondering how can I visualize the evaluation of the results from "run_experiment.py" like you did in the README.md. I will be grateful if you could share the procedures.

Thank you very much.

Hi, a new script named visualize_exp_episode.py is now included in the scripts directory. You can visualize an experiment episode by setting the corresponding result filename, episode_id and agent.

Thank you so much for the work!!