Missing load option in runner
Open
- Dominant language
- Python
- Stars
- 61
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now saving works on the agent level, but to continue training is should probably also be enabled on the runner level. Likely as simple as calling agent.load() if a loading flag is set.
Contributor guide
Research direction
Start by locating the runner implementation and the existing agent-level saving and loading behavior. Trace how runner options are defined and how training resumes, then verify that enabling the loading flag causes the agent to load before continuing training.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100