tristandeleu / pytorch-maml-rl

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

is it posible to combine DPPG with MAML? #64

Open whynpt opened 2 years ago

whynpt commented 2 years ago

I am working on FetchPickAndPlace-v1 with DDPG and curious about what if combine DDPG with MAML. I am not sure that whether MAML does not work with experience replay. Does someone prove it?