mackrl icon indicating copy to clipboard operation
mackrl copied to clipboard

Some components are missing

Open jingranburangyongzhongwen opened this issue 5 years ago • 0 comments

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. :)