Closed Sobbbbbber closed 3 years ago
In common/arguments.py, 'alg' is used to controll the algorithm, so you can use the following command:
python main.py --map=3m --alg=iql
or
you can directly change the 'alg' into 'iql' in common/arguments.py, and then run the main.py
Thanks for sharing the code~ I'm interesting in the IQL, how to execute it, can u give me some advice?