-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hello,
When I try to run with python -m pyrl.rlglue.run I get the following traceback:
Traceback (most recent call last):
File "/home/jorgedelval/miniconda2/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/home/jorgedelval/miniconda2/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/jorgedelval/edxai/python-rl/pyrl/rlglue/run.py", line 13, in
from pyrl.agents import *
File "pyrl/agents/skeleton_agent.py", line 13, in
from rlglue.agent.Agent import Agent
ImportError: No module named rlglue.agent.Agent
I have installed pyrl with "make" inside the pyrl directory. I'm on Ubuntu 16 64bits.
Did I miss something?
Thank you very much
alexlyzhov
Metadata
Metadata
Assignees
Labels
No labels