You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python test.py --policy sarl --model_dir data/output --phase test --visualize --test_case 0 --traj
Traceback (most recent call last):
File "test.py", line 8, in
from crowd_nav.utils.explorer import Explorer
File "/home/ubuntu/J/TLSGAN-master/crowd_nav/utils/explorer.py", line 7, in
from crowd_nav.policy.policy_factory import policy_factory
File "/home/ubuntu/J/TLSGAN-master/crowd_nav/policy/policy_factory.py", line 6, in
policy_factory['cadrl'] = CADRL
TypeError: 'module' object does not support item assignment
The text was updated successfully, but these errors were encountered:
python test.py --policy sarl --model_dir data/output --phase test --visualize --test_case 0 --traj
Traceback (most recent call last):
File "test.py", line 8, in
from crowd_nav.utils.explorer import Explorer
File "/home/ubuntu/J/TLSGAN-master/crowd_nav/utils/explorer.py", line 7, in
from crowd_nav.policy.policy_factory import policy_factory
File "/home/ubuntu/J/TLSGAN-master/crowd_nav/policy/policy_factory.py", line 6, in
policy_factory['cadrl'] = CADRL
TypeError: 'module' object does not support item assignment
The text was updated successfully, but these errors were encountered: