distillpub / post--td-paths

The Paths Perspective on Value Learning
https://distill.pub/2019/paths-perspective-on-value-learning/
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

Inconsistent figure sizing in "Paths Perspective" and "Function Approximation" sections #3

Open greydanus opened 5 years ago

greydanus commented 5 years ago

Some of the Gridworld figures are much larger than others. For consistency, it would be great if we could make them all roughly the same size. Here are screenshots of the two most serious cases:

screen shot 2019-02-20 at 5 16 40 pm screen shot 2019-02-20 at 5 17 10 pm

The naive thing to do is to assign each of the really large figures a max-width. I tried this and found that they looked worse because they ended up a) off-center and b) out of line with the text. What's the best way to assign a max size to the big figures while keeping them centered?

greydanus commented 5 years ago

Also @ludwigschubert I see that you did some work on the "Monte Carlo Estimation" vs "Temporal Difference Estimation" diagram. Looks very nice now