Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: TypeError: argument of type 'property' is not iterable #7

Open
YSLIU627 opened this issue Jul 7, 2021 · 0 comments
Open

Error: TypeError: argument of type 'property' is not iterable #7

YSLIU627 opened this issue Jul 7, 2021 · 0 comments

Comments

@YSLIU627
Copy link

YSLIU627 commented Jul 7, 2021

When I run your code, I encounter such an error:

Traceback (most recent call last):
File "/home/gcsl/scripts/run_experiment_lite_doodad.py", line 10, in
fn()
File "/home/gcsl/doodad/easy_sweep/hyper_sweep.py", line 70, in run_method_args
run_method(**config)
File "gcsl_example.py", line 10, in run
import rlutil.torch as torch
File "/home/gcsl/dependencies/rlutil/torch/init.py", line 31, in
_replace_funcs(globals())
File "/home/gcsl/dependencies/rlutil/torch/init.py", line 24, in _replace_funcs
if _value.doc and 'device (:class:torch.device, optional):' in _value.doc:
TypeError: argument of type 'property' is not iterable

It seems that there may exist some error in the function _replace_funcs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant