Open avandekleut opened 4 years ago
I want to compare a new approach to Skew-Fit and RIG. Many figures plot 'distance to goal' and 'success rate'. Is the code for generating these plots separate from rlkit? How can I compare to the published results?
You can use https://github.com/vitchyr/viskit or this utility: https://github.com/vitchyr/rlkit/blob/master/rlkit/visualization/plot_util.py to generate plots. The published figures use plot_util
plot_util
I want to compare a new approach to Skew-Fit and RIG. Many figures plot 'distance to goal' and 'success rate'. Is the code for generating these plots separate from rlkit? How can I compare to the published results?