yandexdataschool / Practical_RL

A course in reinforcement learning in the wild
The Unlicense
5.94k stars 1.7k forks source link

Remove `graph_size` argument from plot_graph() #538

Closed recycletechno closed 1 year ago

recycletechno commented 1 year ago

In Google Colab charts with plot_graph() fail to render correctly. All the time it is cut from one side or another

image

When graph_size removed everything works just fine

image

kharitonov-ivan commented 1 year ago

Hi! I've checked. Looks good to me! Thanks =)