Multiverse-Framework / Multiverse

Decentralized Simulation Framework designed to integrate multiple advanced physics engines along with various photo-realistic graphics engines to simulate everything
MIT License
15 stars 1 forks source link

Just a small suggestion #14

Closed Nash-dc closed 12 months ago

Nash-dc commented 12 months ago

Hi Mr.Hoang, I open this issue because I have a small suggestion. I checked your wonderful tutorials and already learned a lot.Thanks for your contribute!! But in this MuJoCo tutoiral I found that the font style in the first line of code block Create a tutorial workspaceis a little weird,check the following picture.This can make reading difficult.The followed code block also have the same problem. Screenshot from 2023-09-16 21-58-20

HoangGiang93 commented 12 months ago

Because you're not supposed to read it like that. It's a Jupyter notebook which you can execute codes directly in the browser. Just open terminal and execute jupyter-notebook <path/to/MuJoCo-Tutorial.ipynb> The result should look like this: image

Btw, please call me Giang, Hoang is my middle name :)

Nash-dc commented 12 months ago

I know how to do this,thank you Mr.Giang!

On Sun, Sep 17, 2023, 17:09 Giang Hoang Nguyen @.***> wrote:

Because you're not supposed to read it like that. It's a Jupyter notebook which you can execute codes directly in the browser. Just open terminal and execute jupyter-notebook <path/to/MuJoCo-Tutorial.ipynb> The result should look like this: [image: image] https://user-images.githubusercontent.com/64316740/268510772-00208614-c30d-482e-8ad3-662874dbe8f2.png

Btw, please call me Giang, Hoang is my middle name :)

— Reply to this email directly, view it on GitHub https://github.com/Multiverse-Framework/Multiverse/issues/14#issuecomment-1722497905, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATRUBJDIFLMEGMT7TZJ4QB3X24HC7ANCNFSM6AAAAAA43DDDZU . You are receiving this because you authored the thread.Message ID: @.***>

HoangGiang93 commented 12 months ago

Now I see what you meant. Maybe the code block with bash kernel has some problem. Anyway there will be more comprehensive tutorials. I will take a look to see if it could be fixed.