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

package assertionerror #24

Open
devYurim opened this issue May 30, 2022 · 1 comment
Open

package assertionerror #24

devYurim opened this issue May 30, 2022 · 1 comment

Comments

@devYurim
Copy link

I tried to install the package as a guide and test sacardl model.
The following assertionerror occurred.
(cardl) ailab@aliab:/home/ailab-yurim/cardl/SocNavBench$ PYTHONPATH='.' python3 joystick/joystick_client.py --algo "Sacadrl" Traceback (most recent call last): File "joystick/joystick_client.py", line 11, in <module> from sacadrl.joystick_sacadrl import JoystickSACADRL File "/home/ailab-yurim/cardl/SocNavBench/joystick/sacadrl/joystick_sacadrl.py", line 16, in <module> from gym_collision_avoidance.envs.agent import Agent File "/home/ailab/anaconda3/envs/cardl/lib/python3.7/site-packages/gym_collision_avoidance/envs/__init__.py", line 17, in <module> assert(callable(config_class)) AssertionError

The package was installed as below.

image

The file is located in the directory below.
SocNavBench> joystick > 'gym-collision-avoidance'

How to solve it?

@ajdroid
Copy link
Collaborator

ajdroid commented May 30, 2022

Hi, have you installed the baselines from this repository?
If so, can you try one of the other baselines to see if that one works?
Do the unit tests for socnav work as outlined in the README?

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

2 participants