ray icon indicating copy to clipboard operation
ray copied to clipboard

error: No such option: --torch

Open luweiagi opened this issue 1 year ago • 1 comments

What happened + What you expected to happen

rllib train --run APPO --env CartPole-v0 --torch

error: No such option: --torch (Possible options: --restore, --stop, --trace)

Versions / Dependencies

python 3.8.19 ray 2.10.0

Reproduction script

image

Issue Severity

High: It blocks me from completing my task.

luweiagi avatar May 21 '24 02:05 luweiagi

torch is actually the value of the argument. Try the command like this:

rllib train --run APPO --env CartPole-v0 --framework torch

ciroaceto avatar May 21 '24 07:05 ciroaceto

Hello! This P3 issue has seen no activity in at least a year. It will be closed in 2 weeks as part of ongoing cleanup efforts.

Please remove the pending-cleanup label if you believe this issue should remain open.

Thanks for contributing to Ray!

cszhu avatar Jun 16 '25 22:06 cszhu