-
I modified the genesis source code, but it did not take effect when I ran it. I want to know, do I need to compile after modifying the source code?Or is there something else that will take effect and I'm changing the default value of far in camera.py from 100 to 50 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
If you installed via ‘pip install -e .’ then you don’t need to do anything - the change will take effect |
Beta Was this translation helpful? Give feedback.
oh no, if you download the source code, you should do pip install -e . Inside genesis folder