nicklashansen / tdmpc

Code for "Temporal Difference Learning for Model Predictive Control"
MIT License
346 stars 55 forks source link

Package for Plots #18

Closed MianchuWang closed 1 year ago

MianchuWang commented 1 year ago

Hi, Nicklas,

The figures in the paper (Figure 1, Figure 3, Figure 4) are very nice. Could you tell me which package you use to plot them?

Best Regards, Mianchu

nicklashansen commented 1 year ago

Hi Mianchu, I use seaborn for data visualization. You can customize plots to your liking, but IMO seaborn plots look great even with default settings.