-
Notifications
You must be signed in to change notification settings - Fork 88
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
What is "args.use_templated_goals"? #71
Comments
Just to add, if I run the code as it is (without manually setting "args.use_templated_goals" to True or False in preprocess.py), I get the error that there is no args.use_templated_goals in the namespace. That is why I manually set this to something. |
Thanks for pointing out the issue with Hope this helps! |
Hello,
With the latest code, when I try to preprocess data, I get an error due to "args.use_templated_goals". The code runs fine when I manually set
use_templated_goals = False
indef preprocess_splits
ofpreprocess.py
. However, when I manually set it touse_templated_goals = True
,I get the following error:
use_templated_goals = True
do? Can you copy and paste an example that is generated because ofuse_templated_goals = True
?use_templated_goals = True
?Thank you!
The text was updated successfully, but these errors were encountered: