SaiResearch commited on
Commit
4869064
·
verified ·
1 Parent(s): bca0709

Upload 6 files

Browse files
atari/alien/large/aliennoframeskip_v4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26e210edbeceea9d4b87c9991626a3c3922e0fcef41724d6d9695f836ac65af
3
+ size 2116801789
atari/alien/large/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "AlienNoFrameskip-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/alien/medium/aliennoframeskip_v4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320d69b6ad1ef67c2c8883257b9d4d77dbb2fd7aff5ce79c642d17b81ed70948
3
+ size 211681789
atari/alien/medium/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "AlienNoFrameskip-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/alien/small/aliennoframeskip_v4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8b8e087681920e6b8c1cffd103a03a1ce13153fb4a55b402105ec6ee81391e
3
+ size 21169789
atari/alien/small/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "AlienNoFrameskip-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
+ }