I want try this command:
rllib train --env=Pong-ram-v4 --run=PPO
but rllib is can't find, I can do this by directly execute train.py in rllib source code, but run with a command is certainly more elegant. can some one tell me what's wrong?
here is the command I install ray:
pip install ray[rllib]
I try install it with/without virutual environment, both failed.