pytorch-maml-rl
pytorch-maml-rl copied to clipboard
how can I adapt maml on my own environment?
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.