Skip to content

Issue using PyBind11 to integrate LibTorch C++ models with Stable-Baselines3 #502

@PandaSpirit69

Description

@PandaSpirit69

❓ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    more information neededPlease fill the issue template completelyquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions