ChanganVR / RelationalGraphLearning

[IROS20] Relational graph learning for crowd navigation
132 stars 41 forks source link

Training different policy didn't work #10

Closed mincheulkim closed 3 years ago

mincheulkim commented 3 years ago

Hi, for training different policy(e.g. sarl, cadrl), just adding the argument in command line: "--policy rgl/sarl/orca" didn't work.

Because the config.py from /icra_benchmark/mp_seperate.py dominate whole code, above added argument don't work.

To solve the issue, another argument need to be added: "--config rgl/sarl.py"

ChanganVR commented 3 years ago

That's right, I believe the default configuration is mp_separate.py and you need to change the configs if you want to train other policies.