I've tried to run your codebase, using Python 3.10 and the requirements.txt
However, main.py requires an engine module to be present for the imports:
from engine.logger import Logger
from engine.solver import Trainer
I understand this may be WIP. Can you give any instructions on getting parts of your code to run? Can I adapt a trainer from somewhere?
I've tried to run your codebase, using Python 3.10 and the requirements.txt
However, main.py requires an engine module to be present for the imports:
I understand this may be WIP. Can you give any instructions on getting parts of your code to run? Can I adapt a trainer from somewhere?