Trace icon indicating copy to clipboard operation
Trace copied to clipboard

[Feature] Add a model_dump() function

Open allenanie opened this issue 8 months ago • 0 comments

Even though model.load("checkpoint.pkl") can already produce a runnable model, sometimes, there is a need to submit a runnable Python agent to an external evaluation service (such as various competitions that evaluate the solution with hidden test inputs).

Feature request: add agent.model_dump("agent.py") or a similarly named API that allows people to create a Python file with the final learned parameters.

allenanie avatar Apr 24 '25 04:04 allenanie