Hello, thank you very much for the repo.
When I followed the steps of 'How to build a custom environment', I found a problem. In the 'adding the object' part, the example code is
At this part I tried to change the position of the object, i.e change obj.set("pos", [0, 0, 0.5]) into other numbers, but the rendering result shows the position of the object remains unchanged (at the bottom of the table, shown in the picture attached).
Has anybody also faced this problem and could you please give me some advice? Thank you very much!
Hello, thank you very much for the repo. When I followed the steps of 'How to build a custom environment', I found a problem. In the 'adding the object' part, the example code is
At this part I tried to change the position of the object, i.e change
obj.set("pos", [0, 0, 0.5])
into other numbers, but the rendering result shows the position of the object remains unchanged (at the bottom of the table, shown in the picture attached). Has anybody also faced this problem and could you please give me some advice? Thank you very much!