StepNeverStop/RLs

and I want to ask you other question,this project use GPU? I have GPU installed,but it remain have this question

Closed this issue · 10 comments

and I want to ask you other question,this project use GPU? I have GPU installed,but it remain have this question
new question

Originally posted by @strikeman1 in #23 (comment)

@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?

I use mlagent0.21.0,is it ok ?

follow this guide.

feel free to reopen this issue.

ok,thx,it helped me a lot.