In my setup with gym_ignition + stable-baselines3 + open3d, I cannot use protobuf from pip because it causes segfault during import in python scripts. Currently, I am building latest version of protobuf from source and disabling tensorboard as it is the only way for me to even run the training.
Therefore, no tensorboard logs are currently being created.
In my setup with
gym_ignition
+stable-baselines3
+open3d
, I cannot useprotobuf
from pip because it causes segfault during import in python scripts. Currently, I am building latest version of protobuf from source and disabling tensorboard as it is the only way for me to even run the training.Therefore, no tensorboard logs are currently being created.