Skip to content

Latest Version - #161

Open
felicia-b wants to merge 8 commits into
k4ntz:amidarfrom
felicia-b:amidar
Open

Latest Version#161
felicia-b wants to merge 8 commits into
k4ntz:amidarfrom
felicia-b:amidar

Conversation

@felicia-b

@felicia-b felicia-b commented Oct 24, 2025

Copy link
Copy Markdown
Collaborator

There is currently an error with the ammount of points scored for walking on paths:

I start the game with
py scripts/play.py -g Amidar
or
py scripts/play.py -g Amidar -m NoEnemiesMaze
Just walking across from one side to the other should get 31 Points, but here it gets 37 or 40.

It is correct in the commit that first added scoring for walking on paths, commit ID 4ef9ad5
There, the command I used to start the game is
py scripts/play.py --game \src\jaxatari\games\jax_amidar.py --play

The error happened before the last time I merged to this branch, it is already wrong on the version before this pull request.

To more easily debug there is a line which can be un-commented in versions before the no-emenies version existed, that disables colissions:
# collisions = jnp.zeros_like(collisions, dtype=jnp.bool_) # FOR DEBUGGING OTHER THINGS: remove collisions

You should be able to push into my forks branch of this pull request

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