rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.45k stars 550 forks source link

Code for generating results figures? #123

Open avandekleut opened 3 years ago

avandekleut commented 3 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?

anair13 commented 3 years ago

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