~/miniconda3/envs/hacking/lib/python3.8/site-packages/dreamerv2/common/flags.py in parse(self, argv, known_only, help_exists)
45 if flag.startswith('--'):
46 raise ValueError(f"Flag '{flag}' did not match any config keys.")
---> 47 assert not remaining, remaining
48 return parsed
49
AssertionError: ['-f', '/home/balloch/.local/share/jupyter/runtime/kernel-244efe8b-5d51-499b-bfa2-7611c02c8e5b.json']
Command (crafter)
config = dv2.defaults.update().parse_flags()
Attribute Error:
AttributeError: 'dict' object has no attribute 'crafter'
Hi! I am trying to run the minigrid and crafter examples in a Jupyter notebook, but i keep getting this error when running the config.
Command (minigrid):
Assertion Error:
Command (crafter)
Attribute Error: