Add configurable center obstacle size to Pursuit - #1393
Open
paranoa233 wants to merge 4 commits into
Open
Conversation
Member
|
Hey thank you, this needs some notes in the documentation updating it for this |
Kallinteris-Andreas
force-pushed
the
main
branch
from
July 13, 2026 03:48
079b7c9 to
dc1a4c8
Compare
Member
|
@paranoa233 I apologize for the hassle, but could you please rebase your changes off main? |
paranoa233
force-pushed
the
feat/pursuit-center-box-size
branch
from
July 15, 2026 17:59
e4cff51 to
0483c2f
Compare
Collaborator
|
@paranoa233 there's merge conflicts. |
paranoa233
force-pushed
the
feat/pursuit-center-box-size
branch
from
July 25, 2026 06:36
d3be7c5 to
05bb9ef
Compare
Author
|
Rebased the PR onto the latest main and resolved the merge conflicts. The focused Pursuit test suite passes locally (12 tests). The new GitHub Actions runs are currently awaiting maintainer approval. |
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.
Description
Adds a
center_box_size=(width, height)argument to the Pursuit environment, measured in grid cells.Nonepreserves the existing proportional center obstacle, while(0, 0)creates an obstacle-free map.The change also:
Fixes #1382
Type of change
Checklist:
pre-commitchecks withpre-commit run --all-files(all hooks pass for the changed files; the all-files mixed-line-ending hook rewrites unrelated files on Windows)pytest -vand no errors are present (targeted Pursuit and registry tests pass: 58 tests; the broader optional-environment files require Atari native dependencies unavailable in this Windows environment)Validation