Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in examples #3

Open
andrewczgithub opened this issue Aug 1, 2019 · 0 comments
Open

Errors in examples #3

andrewczgithub opened this issue Aug 1, 2019 · 0 comments

Comments

@andrewczgithub
Copy link

andrewczgithub commented Aug 1, 2019

Hi @apoorva-sharma @blandry @BorisIvanovic
cheers really appreciate the help.
Just a few queries. Im getting an error with imports on the example

multistep-varying-noise.ipynb

ModuleNotFoundError Traceback (most recent call last)
in
3 import numpy as np
4 import gym
----> 5 from main.maml_agent import MAMLAgent, register_flags
6 from main.alpaca import *
7 from main.dataset import *

~/ALPaCA/main/maml_agent.py in
4 from maml.data_generator import DataGenerator
5 from tensorflow.python.platform import flags
----> 6 from main.datagen import *
7 from main.dataViz import *
8 import yaml

ModuleNotFoundError: No module named 'main.datagen'

Also how do I set up the config file for an external dataset?

Many thanks,
Best,
Andrew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant