Skip to content

add BFS, greedy and random baseline agents#10

Open
myhott163com wants to merge 14 commits into
reporting-and-examplesfrom
baseline-agents
Open

add BFS, greedy and random baseline agents#10
myhott163com wants to merge 14 commits into
reporting-and-examplesfrom
baseline-agents

Conversation

@myhott163com
Copy link
Copy Markdown
Member

This PR adds deterministic BFS and greedy baseline agents for gridworld tasks.

  • Added BFS and greedy baseline model interfaces.
  • Wired both agents into run_eval.py.
  • Added a demo script for BFS, greedy, and random baselines.
  • Added result JSONs for BFS, greedy, and random on validation_10.

@seanrivera seanrivera force-pushed the reporting-and-examples branch from 6dbb851 to 99d3bde Compare May 9, 2026 21:38
Comment thread gridworld/baselines.py
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this to .gitignore and remove them from the PR? They're all huge (10-60k lines) and they're generated artifacts that are liable to change each time

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do. I'll include the gitignore and update in next PR.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

@seanrivera seanrivera force-pushed the reporting-and-examples branch from 4913c1a to dd9feef Compare May 18, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants