Error Report: Issue Running test_data_generation.py on kitchen-worlds
Environment:
Error Message:
Traceback (most recent call last):
File "examples/test_data_generation.py", line 16, in <module>
config.sim.simulate = simulate
AttributeError: 'Namespace' object has no attribute 'sim'
Description of the Problem:
When running the test_data_generation.py script, I encountered the following error:
AttributeError: 'Namespace' object has no attribute 'sim'
This error occurs on the line:
config.sim.simulate = simulate
It appears that the config object, which is supposed to be loaded from the get_config_from_argparse function, does not contain the sim attribute.
Error Report: Issue Running
test_data_generation.pyonkitchen-worldsEnvironment:
Conda environment:
kitchenCommand:
conda activate kitchenpython examples/test_parse_lisdf.pypython examples/test_data_generation.pyError Message:
Description of the Problem:
When running the
test_data_generation.pyscript, I encountered the following error:This error occurs on the line:
It appears that the
configobject, which is supposed to be loaded from theget_config_from_argparsefunction, does not contain thesimattribute.