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

Syntax error when testing the trained model #91

Open
yeko31 opened this issue Feb 18, 2025 · 0 comments
Open

Syntax error when testing the trained model #91

yeko31 opened this issue Feb 18, 2025 · 0 comments

Comments

@yeko31
Copy link

yeko31 commented Feb 18, 2025

Hi,

I have come across with the error code of "enjoy.py: unrecognized arguments: --qudas_render=True" when I executed the following command.

python -m swarm_rl.enjoy --algo=APPO --env=quadrotor_multi --replay_buffer_sample_prob=0 --quads_use_numba=False --qudas_render=True --train_dir=PATH_TO_TRAIN_DIR --experiment=EXPERIMENT_NAME --quads_view_mode CAMERA_VIEWS

Solution:
There was a syntax error in --qudas_render(error), should be --quads_render(correct)

python -m swarm_rl.enjoy --algo=APPO --env=quadrotor_multi --replay_buffer_sample_prob=0 --quads_use_numba=False --quads_render=True --train_dir=PATH_TO_TRAIN_DIR --experiment=EXPERIMENT_NAME --quads_view_mode CAMERA_VIEWS

yeko31 added a commit to yeko31/quad-swarm-rl that referenced this issue Feb 18, 2025
Fixed issue Zhehui-Huang#91, please refer to issue number 91 for more details.
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