StepNeverStop / RLs

Reinforcement Learning Algorithms Based on PyTorch
https://stepneverstop.github.io
Apache License 2.0
449 stars 93 forks source link

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

Closed strikeman1 closed 3 years ago

strikeman1 commented 3 years ago

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 https://github.com/StepNeverStop/RLs/issues/23#issuecomment-751547720

StepNeverStop commented 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.

strikeman1 commented 3 years ago

ok,thx

strikeman1 commented 3 years ago

I'm sorry to disturb you,if I use this project to train mlagent do I need to nstallation mlagent environment?

StepNeverStop commented 3 years ago

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

strikeman1 commented 3 years ago

can I train the example in mlagent use this project?

StepNeverStop commented 3 years ago

yes.

strikeman1 commented 3 years ago

I use mlagent0.21.0,is it ok ?

StepNeverStop commented 3 years ago

follow this guide.

StepNeverStop commented 3 years ago

feel free to reopen this issue.

strikeman1 commented 3 years ago

ok,thx,it helped me a lot.