rlkit icon indicating copy to clipboard operation
rlkit copied to clipboard

Code for generating results figures?

Open avandekleut opened this issue 5 years ago • 1 comments

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?

avandekleut avatar Oct 03 '20 00:10 avandekleut

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

anair13 avatar Apr 12 '21 23:04 anair13