Major Merge of Linfeng's project on "Seeing is Believing"#303
Open
Major Merge of Linfeng's project on "Seeing is Believing"#303
Conversation
…te saving/loading logic+format, procesing code, loading and saving each state, cleaning up, and more
…loading, update loading and saving logic for env + individual states, cleanup
… updates, include processing unknown/known predicates without information loss
…te has no information loss, clean up
…ding/exploration and planning, save ground atoms correctly in state,
… saved env for predicate labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change logs
This PR includes the major work for RSS 2025 submission "Seeing is Believing: Belief-Space Planning with Foundation Models as Uncertainty Estimators".
Note for BKLVA Approach
BKLVA (Belief-space Planning with K-fluents and Language-based Goal Grounding) is an approach for integrated perception and belief-space planning using large vision-language models (VLMs) as state estimation modules. It extends task planning and perception pipeline to a symbolic belief space using belief-space predicates and operators.
Key Features
Quick Start
Running Experiments
# Example on two-cup pick-place synthetic task python predicators/main.py --env mock_spot_pick_place_two_cup \ --approach oracle --seed 0 --perceiver mock_spot_perceiver \ --mock_env_vlm_eval_predicate True --num_train_tasks 0 \ --num_test_tasks 1 --bilevel_plan_without_sim True \ --horizon 204.. Using run_local_experiments.sh (recommended for systematic evaluation):
# Run experiments with multiple seeds ./predicators_deploy/run_local_experiments.sh 5 mock_spot_drawer_cleaning mock_spot_sort_weightAvailable Planners
Available Environments
Pick and Place Tasks:
mock_spot_pick_place: Simple pick and placemock_spot_pick_place_two_cup: Two-cup manipulationBelief-Space Tasks:
mock_spot_cup_emptiness: Cup content detectionmock_spot_drawer_cleaning: Drawer manipulationmock_spot_sort_weight: Weight-based sortingEnvironment Setup
Results Organization
results_deploy/<timestamp>_<env>_<planner>/: Experiment resultsrunlogs/run_<env>_planner_<planner>_seed_<N>.txt: Detailed logsDocumentation
For detailed documentation, see: