Closed ra9hur closed 1 day ago
Hi ! here's an example of a PR adding export support for a new model https://github.com/huggingface/optimum/pull/2025 and this one is adding inference support for a new task https://github.com/huggingface/optimum/pull/2031
Feature request
I am trying to train off-line RL using decision transformer, convert to .onnx.
Get the below error:
Motivation
I would want to use trained models in Godot-RL-Agents. Currently agents are trained using PPO OR imitation learning and bothe support onnx format. Supporting decision transformers could hugely help training models navigating complex scenarios.
Your contribution
I would be interested to raise a PR. But at this time, I have no idea how to go about this. With little bit of guidance, I can try.