imitation-learning
imitation-learning copied to clipboard
Pretrained models
does the code support fine tuning or is it train a model from scratch?
Currently the code only supports training a model from scratch. It shouldn't be too hard to support fine-tuning, e.g., by reading an old checkpoint and continuing training from there.