tristandeleu/pytorch-maml-rl

how can I adapt maml on my own environment?

Opened this issue · 1 comments

Hi, thanks for your excellent work!
I want to know how can I adapt maml on my own environment, is there any methods that I must add in my env class, such as sample_tasks, reset_tasks?

Thank you for the kind words. You can use this code on your own environments, and indeed the only thing necessary is to add a sample_tasks and reset_tasks to your Gym environment.