imitation-learning
imitation-learning copied to clipboard
Training code
Hello there, has the training code been released yet?
There is one in tensorflow. by merantix https://github.com/merantix/imitation-learning I have one in pytorch that am trying hard to release it soon. I am just waiting because I need to finish a paper together with it.
Thank you, felip
@felipecode is this the CIL paper training code?
Mine is here. https://github.com/felipecode/coiltraine/
Thanks for the repo felip! However, I've been looking through the repo and I'm unable to figure out how to download the dataset used in the CoRL 2017 Paper. I can download the HDF5 files, but how do I convert them into the format used by coiltraine? What I'm trying to do is reproduce the results from the CoRL 2017 paper with coiltraine. It looks like the only missing piece I'm unable to figure out is how to download the data used with coiltraine.
They use different formats. I havent yet converted. I will release a new dataset for coiltraine soon !
Is the dataset for Coiltraine released ??