PyTorch-RL icon indicating copy to clipboard operation
PyTorch-RL copied to clipboard

Various questions?

Open lviano opened this issue 4 years ago • 1 comments

Hi,

Thanks a lot for this extremely useful implementation.

I wanted just to ask what is the ZFilter class, is it used to standardize the observed state according to the running mean and std of the observed states?

In addition, in the GAIL paper, they consider in the TRPO update a step in the direction of the gradient of the entropy. Is it considered here? I am not managing to find it in the code.

Thank you in advance.

Luca

lviano avatar Nov 16 '20 19:11 lviano

Hi, I have the same question. What is the running state in your GAIL code? Is it some trick that helps the learning? I noticed that when replaced with a newly-initiated running state instead of the one load from the pickle file, the learned policy becomes much worse. Would appreciate it if you can clarify what role this running state plays.

MachengShen avatar Nov 29 '21 19:11 MachengShen