Skip to content

Error when running - No module named rlglue.agent.Agent Β #7

@beeva-jorgedelval

Description

@beeva-jorgedelval

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions