UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
10 stars 2 forks source link

Fix a figure resize issue #127

Closed qiaoting159753 closed 6 months ago

qiaoting159753 commented 7 months ago

The previous fig_manager used external libraries (QtWidgets) to resize. In some cases (when using a docker), those external libraries are hard to configure. This new commit uses matplotlib's own functions to set the figure's size.