PhilipZRH/ferm

questions about pre-train

Closed this issue · 0 comments

Hello. I have several questions.
What is the function of line 348 of train.py?

ferm/train.py

Line 348 in de990bf

if args.demo_model_dir is not None: # collect demonstrations using a state-trained expert

Is it a function to create and add a demonstration to the replay buffer in the simulation?
Is this a function not necessary in a real robot environment?