dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

some TPN activity slots are missing values #55

Closed pmdoll closed 7 years ago

pmdoll commented 7 years ago

-- JSON for activities should have argsmap filled. Note args are correctly filled. -- add plantid slot where applicable

"act-92": {
    "args": [
      5,
      0.5
    ],
    "constraints": [],
    "uid": "act-92",
    "name": "move_takeoff({})",
    "tpn-type": "activity",
    "argsmap": {},
    "command": "move_takeoff",
    "htn-node": "hem-78",
    "controllable": false,
    "end-node": "node-98",
    "label": "TEMP-move_takeoff",
    "display-name": "moveTakeoff"
  },
tmarble commented 7 years ago

Depends on #70