pytorch-a2c-ppo-acktr-gail
pytorch-a2c-ppo-acktr-gail copied to clipboard
How can I get my own expert tajectory from a pretrained model?
I want to generate trajectory by my own model, how can I get the original obs (not the running state which may help train)? Thank you!
Hi! Did you find a solution for the problem? I would like to do the same
Cheers Luca
You can use env.get_original_obs() which gets the original version of the latest observation and not the normalized one