-
Notifications
You must be signed in to change notification settings - Fork 261
Replies: 2 comments · 3 replies
-
Hi chenyu32@, in your python script you can write to a file such as
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, I have reviewed the code you suggested and tried to make it compatible with my model, but when I run the code, a blank window pops up which is supposed to be the html visulisation. May I ask what did I miss? Thank you for your time. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @chenyu32, what are you running exactly? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I would like to first use the 'ant' example regarding brax on githab to test brax on my desktop. The complete code is as follows.
env = gym.make('Ant-v2')
env = gym.make('Ant-v5', ctrl_cost_weight=0.1, ....)
Thank you for your time. |
Beta Was this translation helpful? Give feedback.
All reactions
-
HI, sorry for the wordy message above. I finally managed to get a visulisation working for "ur5". The other thing is can I load urdf in brax which I used for my "Franka Emika Panda" Robotic arm? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to run a Brax environment locally on my Ubuntu machine, I saw the examples in the Google colab website, but they use HTML for visualisation. I would like to write a Python script that shows the environment on the desktop. Is there a desktop GUI alternative?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions