google / brax

Massively parallel rigidbody physics simulation on accelerator hardware.
Apache License 2.0
2.14k stars 234 forks source link

HTML rendering not working in local Jupyter Notebook #469

Open hoangsep opened 3 months ago

hoangsep commented 3 months ago

Hi, I am trying to run the tutorial training notebook locally. However the HTML rendering seems to be quite flickering. The first render stacked on top of each other simplescreenrecorder-2024-03-16_11.38.05.webm while the second render just outputing nothing

Screenshot from 2024-03-16 11-42-07

btaba commented 3 months ago

Hi @hoangsep , I'm not able to reproduce the issue with the tutorial notebook on colab.research.google.com

Can you try running with chrome developer tools, and inspecting any javascript errors https://developer.chrome.com/docs/devtools/open ?

hoangsep commented 3 months ago

Hi @btaba , I meant I got the issue when I run it locally, on my laptop, and not on google colab. Apologies for any confusion.