Skip to content

error when launching "python -m pyrl.rlglue.run --help" after install #3

@VinF

Description

@VinF

Hi
In the file "pyrl/basis/tilecode.py", line 4, in , there is "from CTiles import tiles" but that file doesn't exist (see the error I got below). I've imported the whole folder and it removes the error.
Best,
Vincent

python -m pyrl.rlglue.run --help

Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/vincent/Documents/python-rl-master/pyrl/rlglue/run.py", line 13, in
from pyrl.agents import *
File "pyrl/agents/modelbased.py", line 17, in
from pyrl.agents.planners import fitted_qiteration
File "pyrl/agents/planners/fitted_qiteration.py", line 9, in
import pyrl.basis.tilecode as tilecode
File "pyrl/basis/tilecode.py", line 4, in
from CTiles import tiles
ImportError: cannot import name tiles

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