baselines icon indicating copy to clipboard operation
baselines copied to clipboard

How to make expert data

Open ChanCheryl opened this issue 6 years ago • 2 comments

hello developers, I want to use my own expert datas, but I don't know how to make expert datas. Could you tell me about how to make? For example: gail's deterministic.trpo.Hopper.0.00.npz

ChanCheryl avatar Jun 06 '19 05:06 ChanCheryl

Just load a pre-trained policy, and do env.step(), and save all the states action pairs obtained?

sritee avatar Jun 07 '19 02:06 sritee

does it matter if the states action pairs are of different lengths for different instances?

zyzhang1130 avatar Jun 30 '20 14:06 zyzhang1130