Skip to content

Commit

Permalink
Update readme and map data json
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jul 1, 2024
1 parent 8263cb5 commit 1790c08
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 29 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ pip3 install -e .
After installation you can start training by running

```sh
# Run before training to test what num_envs value you should use
python3 -m pokemonred_puffer.train --mode autotune --yaml config.yaml --vectorization multiprocessing -w empty -r baseline.CutWithObjectRewardRequiredEventsEnv
# Default
python3 -m pokemonred_puffer.train --mode train --yaml config.yaml
# Currently used configuration
python3 -m pokemonred_puffer.train --mode train --yaml config.yaml --vectorization multiprocessing -w stream_only -r baseline.CutWithObjectRewardRequiredEventsEnv
```

### Modifying for Training
Expand Down
58 changes: 29 additions & 29 deletions pokemonred_puffer/map_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
],
"tileSize": [
10,
15
14
]
},
{
Expand Down Expand Up @@ -1316,7 +1316,7 @@
287
],
"tileSize": [
49,
50,
8
]
},
Expand Down Expand Up @@ -1389,7 +1389,7 @@
],
"tileSize": [
4,
5
4
]
},
{
Expand Down Expand Up @@ -1766,10 +1766,10 @@
},
{
"id": "159",
"name": "Sea Foam Islands 1F",
"name": "Sea Foam Islands B1F",
"coordinates": [
116,
407
388
],
"tileSize": [
30,
Expand All @@ -1778,9 +1778,9 @@
},
{
"id": "160",
"name": "Sea Foam Islands B1F",
"name": "Sea Foam Islands B2F",
"coordinates": [
116,
85,
388
],
"tileSize": [
Expand All @@ -1790,10 +1790,10 @@
},
{
"id": "161",
"name": "Sea Foam Islands B2F",
"name": "Sea Foam Islands B3F",
"coordinates": [
85,
388
369
],
"tileSize": [
30,
Expand All @@ -1802,10 +1802,10 @@
},
{
"id": "162",
"name": "Sea Foam Islands B3F",
"name": "Sea Foam Islands B4F",
"coordinates": [
85,
369
350
],
"tileSize": [
30,
Expand Down Expand Up @@ -2162,10 +2162,10 @@
},
{
"id": "192",
"name": "Sea Foam Islands B4F",
"name": "Sea Foam Islands 1F",
"coordinates": [
85,
350
116,
407
],
"tileSize": [
30,
Expand Down Expand Up @@ -2426,18 +2426,6 @@
},
{
"id": "217",
"name": "Safari West",
"coordinates": [
148,
310
],
"tileSize": [
30,
26
]
},
{
"id": "218",
"name": "Safari East",
"coordinates": [
208,
Expand All @@ -2449,7 +2437,7 @@
]
},
{
"id": "219",
"id": "218",
"name": "Safari North",
"coordinates": [
166,
Expand All @@ -2459,6 +2447,18 @@
40,
36
]
},
{
"id": "219",
"name": "Safari West",
"coordinates": [
148,
310
],
"tileSize": [
30,
26
]
},
{
"id": "220",
Expand Down Expand Up @@ -2637,7 +2637,7 @@
],
"tileSize": [
18,
19
18
]
},
{
Expand All @@ -2649,7 +2649,7 @@
],
"tileSize": [
4,
5
4
]
},
{
Expand Down

0 comments on commit 1790c08

Please sign in to comment.