SaiResearch commited on
Commit
4f64dcc
·
verified ·
1 Parent(s): 1b5c6f1

Upload 6 files

Browse files
crafter/large/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CrafterReward-v1",
3
+ "framework": "gymnasium",
4
+ "num_frames": 100000,
5
+ "num_envs": 1,
6
+ "observation": {
7
+ "low": "None",
8
+ "high": "None",
9
+ "shape": [64, 64, 3],
10
+ "dtype": "float32"
11
+ },
12
+ "action": {
13
+ "type": "discrete",
14
+ "num_actions": 17
15
+ },
16
+ "seed_start": 0,
17
+ "seed_strategy": "sequential",
18
+ "vectorized": true,
19
+ "vectorization_type": "SyncVectorEnv"
20
+ }
crafter/large/crafter_v1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7513f6eb9951a3b977da1799cfc301dc12370f20c38de9479b7d983fe45977
3
+ size 1228801726
crafter/medium/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CrafterReward-v1",
3
+ "framework": "gymnasium",
4
+ "num_frames": 10000,
5
+ "num_envs": 1,
6
+ "observation": {
7
+ "low": "None",
8
+ "high": "None",
9
+ "shape": [64, 64, 3],
10
+ "dtype": "float32"
11
+ },
12
+ "action": {
13
+ "type": "discrete",
14
+ "num_actions": 17
15
+ },
16
+ "seed_start": 0,
17
+ "seed_strategy": "sequential",
18
+ "vectorized": true,
19
+ "vectorization_type": "SyncVectorEnv"
20
+ }
crafter/medium/crafter_v1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34faba1aaf8653c4ff8b26ea91ef2156e00e29375c101bdc181fb9b1de1cd923
3
+ size 122881726
crafter/small/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CrafterReward-v1",
3
+ "framework": "gymnasium",
4
+ "num_frames": 1000,
5
+ "num_envs": 1,
6
+ "observation": {
7
+ "low": "None",
8
+ "high": "None",
9
+ "shape": [64, 64, 3],
10
+ "dtype": "float32"
11
+ },
12
+ "action": {
13
+ "type": "discrete",
14
+ "num_actions": 17
15
+ },
16
+ "seed_start": 0,
17
+ "seed_strategy": "sequential",
18
+ "vectorized": true,
19
+ "vectorization_type": "SyncVectorEnv"
20
+ }
crafter/small/crafter_v1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba38500a5eb907f928f36b5ef76b7bb36adc3f215e5c2db484442eac0e0ef653
3
+ size 12289726