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
Hello, I'm trying to run "generate_trajectories.py" per the instructions in the markdown file.
However, I get errors of the following type
if constants.data_dict['pddl_params']['object_sliced']:
KeyError: 'pddl_params'
And also
File "/home/mrincredible/Projects/independent-research/test-alfred/alfred/gen/game_states/task_game_state.py", line 318, in setup_problem
raise Exception("Couldn't find a valid receptacle object of class '%s'" % objs['receptacle'])
Exception: Couldn't find a valid receptacle object of class X
And some other errors.
I was wondering what could be going on? Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to run "generate_trajectories.py" per the instructions in the markdown file.
However, I get errors of the following type
And also
And some other errors.
I was wondering what could be going on? Thanks!
The text was updated successfully, but these errors were encountered: