File size: 398 Bytes
bca0709
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "env_id": "AlienNoFrameskip-v4",
  "framework": "gymnasium",
  "num_frames": 100,
  "num_envs": 64,
  "observation": {
    "low": "None",
    "high": "None",
    "shape": [210, 160, 3],
    "dtype": "float32"
  },
  "action": {
    "type": "discrete",
    "num_actions": 18
  },
  "seed_start": 0,
  "seed_strategy": "sequential",
  "vectorized": true,
  "vectorization_type": "SyncVectorEnv"
}