ronjamoller

Results 12 comments of ronjamoller

Hi, i am having a material issue that im guessing is related to the new phong shading. My imported meshes looked fine (the surface setting in blender is principled BSDF)...

Thank you very much for getting back to me so quickly, unfortunately my mesh is still shiny. ![carla_shiny](https://user-images.githubusercontent.com/58071555/76639349-3dfbfb80-654e-11ea-99e8-ea50f9d4f17c.png) ![phys](https://user-images.githubusercontent.com/58071555/76639362-42c0af80-654e-11ea-85f5-923a355398ef.png) Could this be an issue with the version ? I updated...

Thank you so much ! It is running now with the latest stable version :)

HI, i am quite late to this issue but i didnt want to open a new one for a similar problem: I am trying to use the pretrained PPO and...

Hi @Sunnyzhr I am not a developer but I have some experience with habitat - I am not sure if you have already solved your issues but i will try...

Hi @KenaHemnani i am not a developer but I have some experience with habitat. I encountered your error and the issue is that newer checkpoint files also contain the config...

Have you tried replacing `config = self._setup_eval_config(ckpt_dict["config"])` with `config = trainer.config.clone()` in the places where the program gives the error ? That is how I fixed that issue - as...

you will need a config later on - so you can set the parameter to false but you will still need `config = trainer.config.clone()` what is the error if you...

Thank you, as you can see the code still tries to access ckpt_dict["config"] - you have to change that section of the code in `/usr/local/lib/python3.6/site-packages/habitat_baselines/rl/ppo/ppo_trainer.py` edit: as you have pointed...

Congrats on taking the first hurdle :D - this looks like your dataset is not in the correct place - there are sections on the habitat frontpage about setting up...