You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MohitShridhar Hi, I didn't modify the code and the running command is python scripts/generate_trajectories.py --save_path data/new_trajs --in_parallel --debug --num_threads 1
@MohitShridhar found the bug. In this line, it should use import constants rather than import gen.constants as constants, latter will generate a new constants instance with no initilization.
Hi, I meet the error output KeyError: 'pddl_params' when running generate_trajectories.py, as shown in image below:
I was wondering where could be wrong? Thanks!
The text was updated successfully, but these errors were encountered: