ray
ray copied to clipboard
error: No such option: --torch
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
Issue Severity
High: It blocks me from completing my task.
torch is actually the value of the argument. Try the command like this:
rllib train --run APPO --env CartPole-v0 --framework torch
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!