Marcus Loo Vergara

Results 12 comments of Marcus Loo Vergara
trafficstars

Hi Pranav, Someone else mentioned this to me in an email, and I think it is strange that I didn't encounter this myself. What I suggested is that maybe the...

Hey Wei! Yes, the sub-policy model is available under the 'sub-policy' branch (https://github.com/bitsauce/Carla-ppo/tree/sub-policy). Note that it doesn't actually create three instances of the PPO class, but instead, the PPO class...

Hi! Sorry for the late response. I actually have an example of this in my repo. My repo consists of two different Carla environments: 1. The lap environment (where the...

Hi! Yeah, the evaluation phase is actually a bit slow (I think about 10 FPS in my case IIRC). I don't think I mentioned this anywhere, but the videos that...

> but the standard "C/C++' extension should have intellisense out of the box I found out that simply disabling the clangd extension wasn't sufficient, I also had to set `IntelliSense`...

> With that said, it looks like the CMake VSCode extension has a setting called `cmake.copyCompileCommands` ... Cool! Yep, I am actually using that command in my other CMake-based project...

Thanks! I tried testing it out, but it seems like the v0.5.0 installer in that release is actually v0.4.3? Is that the same for you?

Cool! Just ask one last thing, since the `compile_commands.json` file is written to `build/current`, is it expected for the user to set their compile commands dir to it? E.g. setting:...

Thanks @rewrking! I tested it on my computer, and chalet was able to find the clang installation with no issue. Didn't manage to get the SDL example running yet (produces...

Did some further testing just now. Seems that it does, in fact, build successfully in Release mode (most recent commit in `chalet-example-sdl2`). However, in Debug, I get the following: chalet...