When I tried the command python train.py --task=ShadowHandOver --algo=ppo
There is a ValueError occuring——
Traceback (most recent call last):File "train.py", line 91, in <module>args = get_args()File "/home/charlie/PycharmProjects/DexterousHands/bi-dexhands/utils/config.py", line 289, in get_argsraise ValueError("--checkpoint is not supported by rl-pytorch. Please use --resume <iteration number>")ValueError: --checkpoint is not supported by rl-pytorch. Please use --resume <iteration number>
When I tried the command
python train.py --task=ShadowHandOver --algo=ppo
There is a ValueError occuring——
Traceback (most recent call last):
File "train.py", line 91, in <module>
args = get_args()
File "/home/charlie/PycharmProjects/DexterousHands/bi-dexhands/utils/config.py", line 289, in get_args
raise ValueError("--checkpoint is not supported by rl-pytorch. Please use --resume <iteration number>")
ValueError: --checkpoint is not supported by rl-pytorch. Please use --resume <iteration number>
Could you give me some suggestions? Thanks :)