Hi, I've been trying to replicate some of your results and compare against Reptile, for the reinforcement learning case. Specifically, I'm trying to run the point mass experiments.
After installing everything and sourcing the conda env rllab3 and running python maml_examples/maml_trpo_point.py, it complains about Theano and Lasagne not being installed.
From the README, it seems like this was built on the Tensorflow version of rllab. Does it still need Theano or am I doing something wrong?
PS: Thanks for open-sourcing your work!