zeroshot-imitation icon indicating copy to clipboard operation
zeroshot-imitation copied to clipboard

[ICLR 2018] TensorFlow code for zero-shot visual imitation by self-supervised exploration

Results 6 zeroshot-imitation issues
Sort by recently updated
recently updated
newest added

I meet two problems while running the code. 1. The network architecture in train.py only supports the inverse model(single-step output), and there is no code for multi-step output. Can you...

Firstly, thank you for your great work! The format of provided dataset [google drive link](https://drive.google.com/file/d/1pnX8gGqs5EQVjGy4Z6FZ5oZ9noDHlC_8/view) is not completely fit to the [training code / dataloader](https://github.com/pathak22/zeroshot-imitation/blob/master/train.py). For example, there is no...

How can I use the trained model to make the turtlebot to navigate to the goal image like the video? May you offer a demo?Thanks.