-
Notifications
You must be signed in to change notification settings - Fork 61
Description
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