tristandeleu / pytorch-maml-rl

Reinforcement Learning with Model-Agnostic Meta-Learning in Pytorch
MIT License
827 stars 158 forks source link

clean and nice implementation, could you extend to promp #21

Closed ghost closed 6 years ago

ghost commented 6 years ago

Thanks for this nice and readable implementation of meta learning algorithm, could you extend it to ProMP?

tristandeleu commented 6 years ago

Hi! Thank you for the kind words! I am looking at ProMP and I will eventually try to implement it in Pytorch. Unfortunately this won't probably be high priority on my list at the moment. However PR are very welcome for this if someone wants to get a hand at it!

ghost commented 6 years ago

Will try a PR!