You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm interested in your work, but I'm not familiar with docker, so I directly run /mackrl/src/main.py. Unfortunately, I had some problems as the follows:
Traceback (most recent call last):
File "xxx/mackrl/src/main.py", line 13, in <module>
from run import run
File "xxx\mackrl\src\run.py", line 16, in <module>
from learners import REGISTRY as le_REGISTRY
File "xxx\mackrl\src\learners\__init__.py", line 6, in <module>
from .mackrel import MACKRELLearner
ModuleNotFoundError: No module named 'learners.mackrel'
and
Traceback (most recent call last):
File "xxx/mackrl/src/main.py", line 13, in <module>
from run import run
File "xxx\mackrl\src\run.py", line 17, in <module>
from runners import REGISTRY as r_REGISTRY
File "xxx\mackrl\src\runners\__init__.py", line 6, in <module>
from .mackrl_runner import MACKRLRunner
ModuleNotFoundError: No module named 'runners.mackrl_runner'
I want to know weather it is associated with the fact that I didn't build a docker and how to fix this-like problems.
Looking forward to your reply. :)
The text was updated successfully, but these errors were encountered:
Hi, I'm interested in your work, but I'm not familiar with docker, so I directly run /mackrl/src/main.py. Unfortunately, I had some problems as the follows:
and
I want to know weather it is associated with the fact that I didn't build a docker and how to fix this-like problems.
Looking forward to your reply. :)
The text was updated successfully, but these errors were encountered: