training problem
mathpix111 opened this issue · 3 comments
mathpix111 commented
I'm sorry to bother you, I noticed that your code also implements policies such as sarl, I'd like to know how to train those policies
ChanganVR commented
Hi @mathpix111, you simply need to run the following command similar to training rgl.
python train.py --policy sarl
asialulu commented
Hi , I noticed that your code also implements policies such as ORCA, I'd like to know how to run this policies?