-
Notifications
You must be signed in to change notification settings - Fork 2
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
Request of Info #3
Comments
By position do you mean x,y,z coordinates of the player or like 1st-8th place in the race? |
RAM address 0x80163288 (N64 memory space, 32-bit integer) should be what you're after. I'm not sure how to determine what 100% is other than checking it in each course. |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm doing a Reinforcement Learning Project for an University course.
I'm trying to find where (in the game memory) the player position is stored.
I'll use this value(hoping that could be normalized to represent a lap) as the reward function of the Agent.
I'm using mupen64plus on MacOs or Ubuntu.
Thank you
The text was updated successfully, but these errors were encountered: