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
Copy file name to clipboardExpand all lines: src/pr2.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ struct PR2Wrapper {
311
311
// General data structures
312
312
vector< vector<int> > nondet_mapping; // Maps a non-deterministic action id to a list of ground operator ids
313
313
map<int, int> nondet_outcome_mapping; // Maps an action id to the outcome of the non-deterministic action
314
+
map<string, int> nondet_name_to_index; // Maps an action name to a non-deterministic index
314
315
315
316
vector<vector<int> *> conditional_mask; // Maps a non-deterministic action id to the variables that must be defined when doing context-sensitive regression
316
317
Policy<PolicyItem> *regressable_ops; // The policy to check what operators are regressable
0 commit comments