Upload 24 files
Browse files- atari/battlezone/large/battlezonenoframeskip_v4.pt +3 -0
- atari/battlezone/large/config.json +24 -0
- atari/battlezone/medium/battlezonenoframeskip_v4.pt +3 -0
- atari/battlezone/medium/config.json +24 -0
- atari/battlezone/small/battlezonenoframeskip_v4.pt +3 -0
- atari/battlezone/small/config.json +24 -0
- atari/boxing/large/boxingnoframeskip_v4.pt +3 -0
- atari/boxing/large/config.json +24 -0
- atari/boxing/medium/boxingnoframeskip_v4.pt +3 -0
- atari/boxing/medium/config.json +24 -0
- atari/boxing/small/boxingnoframeskip_v4.pt +3 -0
- atari/boxing/small/config.json +24 -0
- atari/breakout/large/breakoutnoframeskip_v4.pt +3 -0
- atari/breakout/large/config.json +24 -0
- atari/breakout/medium/breakoutnoframeskip_v4.pt +3 -0
- atari/breakout/medium/config.json +24 -0
- atari/breakout/small/breakoutnoframeskip_v4.pt +3 -0
- atari/breakout/small/config.json +24 -0
- atari/choppercommand/large/choppercommandnoframeskip_v4.pt +3 -0
- atari/choppercommand/large/config.json +24 -0
- atari/choppercommand/medium/choppercommandnoframeskip_v4.pt +3 -0
- atari/choppercommand/medium/config.json +24 -0
- atari/choppercommand/small/choppercommandnoframeskip_v4.pt +3 -0
- atari/choppercommand/small/config.json +24 -0
atari/battlezone/large/battlezonenoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c03c4bfd12bd558556cfa192789885660ea580a52a5b8a49406358d7967929d0
|
| 3 |
+
size 2116801888
|
atari/battlezone/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BattleZoneNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/battlezone/medium/battlezonenoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4ca14f246cc73a2a0fb76368127aa22e34417427a8df54ea0af038e1c9c9897
|
| 3 |
+
size 211681888
|
atari/battlezone/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BattleZoneNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/battlezone/small/battlezonenoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1aa6c5570fd7bc1cc9cc715f61cd51fc163577947875275e88ff1f6b5a8af98
|
| 3 |
+
size 21169888
|
atari/battlezone/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BattleZoneNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/boxing/large/boxingnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee25ff80d55089e96a97f38d6a6c80d2fa8e17e3f1417bcd33c9e04591aa3200
|
| 3 |
+
size 2116801796
|
atari/boxing/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BoxingNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/boxing/medium/boxingnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc65f60ce7e5a9947d493eea3e6601581e57dd6e712c276d13ed8aabad3fa1c
|
| 3 |
+
size 211681796
|
atari/boxing/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BoxingNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/boxing/small/boxingnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b4ec013ff88e24eb86a8925f438ecb573c86c48359d0e69ef6ae9ea8883b503
|
| 3 |
+
size 21169796
|
atari/boxing/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BoxingNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/breakout/large/breakoutnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ccb8599e75e7ae9c816c9c88fbaccdf3f07549b97f44bcae8ebbb29516eb95a
|
| 3 |
+
size 2116801874
|
atari/breakout/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BreakoutNoFrameskip-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": 4
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/breakout/medium/breakoutnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc672b954ebd7be2063c41cc38acff2bca8d37e11fd316bd329b9eb2988111c
|
| 3 |
+
size 211681874
|
atari/breakout/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BreakoutNoFrameskip-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": 4
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/breakout/small/breakoutnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907cb81a8cfc30c12d2a6afa090a90bad811da988aa540440b94f2d937886200
|
| 3 |
+
size 21169874
|
atari/breakout/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "BreakoutNoFrameskip-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": 4
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/choppercommand/large/choppercommandnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b727b497939acde5b1b5b78e20128d7660cda0d4f67a01517be97c9ae7e5c8d8
|
| 3 |
+
size 2116801916
|
atari/choppercommand/large/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "ChopperCommandNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/choppercommand/medium/choppercommandnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33e19ec572b0e4f01bf286df052b10dfe538c7c577df85992ba838aad572a2be
|
| 3 |
+
size 211681916
|
atari/choppercommand/medium/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "ChopperCommandNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|
atari/choppercommand/small/choppercommandnoframeskip_v4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db16ca0cf90aa6d69548c4265a24b7acedd320cf4818793dff2dfe878ff5b0c9
|
| 3 |
+
size 21169916
|
atari/choppercommand/small/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"env_id": "ChopperCommandNoFrameskip-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": 18
|
| 19 |
+
},
|
| 20 |
+
"seed_start": 0,
|
| 21 |
+
"seed_strategy": "sequential",
|
| 22 |
+
"vectorized": true,
|
| 23 |
+
"vectorization_type": "SyncVectorEnv"
|
| 24 |
+
}
|