Johan van den Heuvel
Johan van den Heuvel
I have never seen that before. Did you try to isolate the error? Maybe if it's one particular method I can get an idea where the problem might be coming...
Hey, yeah I don't really know what is going on here, has to do with [this](https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates) and see [this](https://github.com/protocolbuffers/protobuf/issues/10051#issuecomment-1138671075). So as far as I know this is not because of...
As far as I know, any Python 3.x version is backwards compatible with other Python 3.x version. So you can use CARLA with more recent Python versions if you want.
I wasn't aware of that, thanks for bringing that up. At some point we would like to remove the dependence on `tensorflow==1.14.0`, however it is low priority for now. Is...
Hi, thanks for submitting your PR! I'm not sure if logging should be removed. I would argue that rather logging should be added to the other methods instead. Adding the...
Hi, thanks for submitting your PR. Some comments on first glance: - Could you add ".DS_Store" to the .gitignore, and remove those files from the PR? - Did you follow...
Hi, 1) If I remember correctly the dimension of the input layer of the VAE is a hyperparameter. For example when testing REVISE there is the following: ``` vae_params =...
Is what is described for 1. a good solution for this issue? And 2. is being fixed in PR 187.
3. I'll take a look at that. 4. Thanks, I'll also update that. 5. That branch is outdated, I deleted it now. Should use this instead: https://carla-counterfactual-and-recourse-library.readthedocs.io/en/latest/notebooks/how_to_use_carla.html 6. The tree...
Also quickstart here: https://carla-counterfactual-and-recourse-library.readthedocs.io/en/latest/examples.html