cbfinn / maml_rl

Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
Other
624 stars 180 forks source link

ImportError: No module named 'sandbox.rocky.tf.algos.maml_trpo' #4

Closed dragen1860 closed 6 years ago

dragen1860 commented 6 years ago

Here is my Error:

Traceback (most recent call last):
  File "maml_examples/cluster_maml_trpo_ant.py", line 1, in <module>
    from sandbox.rocky.tf.algos.maml_trpo import MAMLTRPO
ImportError: No module named 'sandbox.rocky.tf.algos.maml_trpo'

I have installed rllab3 , and set PYTHONPATH properly. then source activate rllab3 , go to maml_rl directory and run python maml_examples/cluster_maml_trpo_ant.py, and this error occurs. What's wrong? should I git clone maml_rl into some directory under rllab?

dragen1860 commented 6 years ago

I should use the rllab in this git rep.

MichalisLazarou commented 5 years ago

I get the same error how did you solve it?