I can’t resume training. Say I run python egt_node_gat.py --framework torch --stop-iters 500 --stop-reward 1 and it reaches iter 500 and stops.
Now I want to keep training further so I run the script again with a higher --stop-iters, but this time with resume="PROMPT" in tune.run.
and it terminates immediately
Number of trials: 1/1 (1 TERMINATED)
Should I be doing anything differently?