Jiacheng Yang
Jiacheng Yang
As described in the guide you quote, you should be able to access the render inside `build/render`. The `index.html` is located [here](https://github.com/geek-ai/MAgent/tree/master/src/render/frontend) but the user is not supposed to access...
This may be caused by your network issues. You can manually download the required files. Check [here](https://github.com/geek-ai/MAgent/blob/b1fce2799bacd1d29f4a14b3196abc56425a6e6b/python/magent/utility.py#L242-L268) for detailed codes related to this part.
It seems that you are doing MAgent on Windows, which unfortunately is not supported. That being said, you should try MAgent either on Linux or OSX.
So for everyone who noticed this issue, just creating an empty folder called `MinkowskiEngineBackend` under the repo root and then doing another pip install -e works for me. I guess...