❓ Question
Hello,
I am trying to use C++ LibTorch models with PyBind11 in Stable-Baselines3.
The problem is that C++ models cannot fully replace Python PyTorch models.The Python code in Stable-Baselines3 cannot recognize C++ models as drop-in replacements.
Is this limitation from PyTorch itself or from Stable-Baselines3, and is there a recommended way to handle it?
Checklist
❓ Question
Hello,
I am trying to use C++ LibTorch models with PyBind11 in Stable-Baselines3.
The problem is that C++ models cannot fully replace Python PyTorch models.The Python code in Stable-Baselines3 cannot recognize C++ models as drop-in replacements.
Is this limitation from PyTorch itself or from Stable-Baselines3, and is there a recommended way to handle it?
Checklist