Closed strikeman1 closed 3 years ago
@strikeman1 this problem is no matter with your GPU. You have written a wrong starting command with incorrected format.
THERE is no more space between 3DBall
and run_with_unity
.
Try python run.py -u -a ppo -n test
and I think you should learn something about docopt
.
ok,thx
I'm sorry to disturb you,if I use this project to train mlagent do I need to nstallation mlagent environment?
@strikeman1 you just need to run pip install -e .[unity]
and download ml-agents realease 12 to build your training environment. Plz make sure your RLs is up-to-date.
can I train the example in mlagent use this project?
yes.
I use mlagent0.21.0,is it ok ?
follow this guide.
feel free to reopen this issue.
ok,thx,it helped me a lot.
and I want to ask you other question,this project use GPU? I have GPU installed,but it remain have this question
Originally posted by @strikeman1 in https://github.com/StepNeverStop/RLs/issues/23#issuecomment-751547720