Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Synchronous grounding #10

Description

@grandrew

Create atoms in this format:

image

Plan:

  • add 'identifier' argument to hint_exact
    • parse this identifier in se_decoder, use this instead of location identifier, assert and tap out if not supplied. No mappings will be needed as it will be clear text
    • dump parameter factories, etc. from metaplanner, create domain and problem pddl, but don't solve
    • check if there will be any issue with globals (check that domain file is stable?)
  • Use a fully-hinted file for metaplanner
  • generate mapping and objects in one run to avoid constants for now
  • Create fact atoms based on action grounded at no-meta stage
    • decode hints from step for a specific action (use hints generator code)
    • generate atom facts from decoded hints (just iterate over precondition_hints, effect_hints)
  • Inject & remember these atoms in meta-0 level
  • Run full grounding with these facts-atoms
  • Return average score calculated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions