Upload 18 files
Browse files- atari/crazyclimber/large/config.json +24 -0
- atari/crazyclimber/large/crazyclimbernoframeskip_v4.pt +3 -0
- atari/crazyclimber/medium/config.json +24 -0
- atari/crazyclimber/medium/crazyclimbernoframeskip_v4.pt +3 -0
- atari/crazyclimber/small/config.json +24 -0
- atari/crazyclimber/small/crazyclimbernoframeskip_v4.pt +3 -0
- atari/demonattack/large/config.json +24 -0
- atari/demonattack/large/demonattacknoframeskip_v4.pt +3 -0
- atari/demonattack/medium/config.json +24 -0
- atari/demonattack/medium/demonattacknoframeskip_v4.pt +3 -0
- atari/demonattack/small/config.json +24 -0
- atari/demonattack/small/demonattacknoframeskip_v4.pt +3 -0
- atari/freeway/large/config.json +24 -0
- atari/freeway/large/freewaynoframeskip_v4.pt +3 -0
- atari/freeway/medium/config.json +24 -0
- atari/freeway/medium/freewaynoframeskip_v4.pt +3 -0
- atari/freeway/small/config.json +24 -0
- atari/freeway/small/freewaynoframeskip_v4.pt +3 -0
atari/crazyclimber/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "CrazyClimberNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 100000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 9
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/crazyclimber/large/crazyclimbernoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed57482db91da546e8f694bbc83421b5addea7de3f6639c0c84a72e78a1ecf64
|
| 3 |
+
size 2116801902
|
atari/crazyclimber/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "CrazyClimberNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 10000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 9
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/crazyclimber/medium/crazyclimbernoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:529ba089b7f6f1d49c7741c53462ec137418422528b6fea9b9907d0a8d3f5907
|
| 3 |
+
size 211681902
|
atari/crazyclimber/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "CrazyClimberNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 1000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 9
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/crazyclimber/small/crazyclimbernoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:461d470df945470c0f054e9fe898c02bf3d510a59dea318664cccb54f9882391
|
| 3 |
+
size 21169902
|
atari/demonattack/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "DemonAttackNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 100000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 6
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/demonattack/large/demonattacknoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5beb2d52db39bf2c79f99d065cd00e1027e6957e486c7430c97845843e4500ce
|
| 3 |
+
size 2116801895
|
atari/demonattack/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "DemonAttackNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 10000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 6
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/demonattack/medium/demonattacknoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:decd0a49a3d74a0e8ed024464c46099c34b76fa26e221c5829bce0a20cca1205
|
| 3 |
+
size 211681895
|
atari/demonattack/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "DemonAttackNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 1000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 6
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/demonattack/small/demonattacknoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b082df892f28ccc0fef2cc0668c59dd4b8d012755d5657d5c57713f2f3a42a6
|
| 3 |
+
size 21169895
|
atari/freeway/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "FreewayNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 100000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 3
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/freeway/large/freewaynoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28ca1e0def0c54c38d88eb382d54a903933e419c2e110a17889ae2b9844b134d
|
| 3 |
+
size 2116801803
|
atari/freeway/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "FreewayNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 10000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 3
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/freeway/medium/freewaynoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ee6969eb73aac648446a157cf36b1db6ac129a4c33b9a73d4b846283618c95
|
| 3 |
+
size 211681803
|
atari/freeway/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "FreewayNoFrameskip-v4",
|
| 3 |
+
"framework": "gymnasium",
|
| 4 |
+
"num_frames": 1000,
|
| 5 |
+
"num_envs": 100,
|
| 6 |
+
"observation": {
|
| 7 |
+
"low": null,
|
| 8 |
+
"high": null,
|
| 9 |
+
"shape": [
|
| 10 |
+
84,
|
| 11 |
+
84,
|
| 12 |
+
3
|
| 13 |
+
],
|
| 14 |
+
"dtype": "uint8"
|
| 15 |
+
},
|
| 16 |
+
"action": {
|
| 17 |
+
"type": "discrete",
|
| 18 |
+
"num_actions": 3
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/freeway/small/freewaynoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91661f2a6c6a4bdad1a02b9c603d9e239f112c4401046bf97ad792a4f1aa3c54
|
| 3 |
+
size 21169803
|