kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.25k stars 266 forks source link

upgrade plotly, replace orca with kaleido #501

Closed kengz closed 2 years ago

kengz commented 2 years ago

upgrade plotly, replace orca with kaleido

Plotly has moved away from orca to kaleido for static image generation since version 4.9.0. This also improves stability and simplifies the image export logic. This fixes #451 and #484

tested to work on MacOS and Ubuntu