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

Integrate MoonPatrol-Atari2600 #36

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added retro/data/stable/MoonPatrol-Atari2600/Start.state
Binary file not shown.
12 changes: 12 additions & 0 deletions retro/data/stable/MoonPatrol-Atari2600/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info": {
"lives": {
"address": 235,
"type": ">u2"
},
"score": {
"address": 234,
"type": "<d2"
}
}
}
3 changes: 3 additions & 0 deletions retro/data/stable/MoonPatrol-Atari2600/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"default_state": "Start"
}
1 change: 1 addition & 0 deletions retro/data/stable/MoonPatrol-Atari2600/rom.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dce778f397a325113f035722b7769492645d69eb
25 changes: 25 additions & 0 deletions retro/data/stable/MoonPatrol-Atari2600/scenario.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"crop": [
0,
0,
0,
0
],
"done": {
"variables": {
"lives": {
"op": "equal"
}
}
},
"reward": {
"variables": {
"lives": {
"penalty": 1.0
},
"score": {
"reward": 1.0
}
}
}
}
Loading