Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spiders demo #2275

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

spiders demo #2275

wants to merge 1 commit into from

Conversation

kostmo
Copy link
Member

@kostmo kostmo commented Jan 6, 2025

Intended to be a fun demo for inspiration.

scripts/play.sh --scenario data/scenarios/Fun/spider.yaml --hide-goal --debug creative,all_robots

Copy link
Member

@byorgey byorgey left a comment

Choose a reason for hiding this comment

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

Fun!

data/scenarios/Fun/_spider/monkey.sw Outdated Show resolved Hide resolved
@kostmo kostmo force-pushed the scenario/spiders branch 2 times, most recently from 9e058a7 to 6d0afed Compare January 6, 2025 17:37
@kostmo kostmo added merge me Trigger the merge process of the Pull request. and removed merge me Trigger the merge process of the Pull request. labels Jan 6, 2025
@kostmo kostmo added the merge me Trigger the merge process of the Pull request. label Jan 6, 2025

def followRoute = \item.
nextDir <- path (inL ()) (inR item);
case nextDir return $ goDir $ followRoute item;
Copy link
Member

Choose a reason for hiding this comment

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

Would it be simpler to just say case nextDir return goDir; followRoute item and remove the f argument from goDir?

@kostmo kostmo removed the merge me Trigger the merge process of the Pull request. label Jan 6, 2025
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.

2 participants