pytorch-maml-rl icon indicating copy to clipboard operation
pytorch-maml-rl copied to clipboard

how can I adapt maml on my own environment?

Open tianyma opened this issue 3 years ago • 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?

tianyma avatar Jul 14 '21 07:07 tianyma

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.

tristandeleu avatar Jul 31 '21 11:07 tristandeleu