RelationalGraphLearning icon indicating copy to clipboard operation
RelationalGraphLearning copied to clipboard

training problem

Open mathpix111 opened this issue 4 years ago • 3 comments

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

mathpix111 avatar Aug 07 '21 14:08 mathpix111

Hi @mathpix111, you simply need to run the following command similar to training rgl.

python train.py --policy sarl

ChanganVR avatar Aug 11 '21 17:08 ChanganVR

Hi , I noticed that your code also implements policies such as ORCA, I'd like to know how to run this policies?

asialulu avatar May 29 '22 23:05 asialulu

@asialulu it should be the same as using the other policies

ChanganVR avatar Jun 13 '22 03:06 ChanganVR