flatland-sparse-small-tree-fc-apex: run: APEX env: flatland_sparse stop: timesteps_total: 15000000 # 1.5e7 checkpoint_freq: 50 checkpoint_at_end: True keep_checkpoints_num: 100000000 checkpoint_score_attr: episode_reward_mean num_samples: 3 config: num_workers: 13 num_envs_per_worker: 5 num_gpus: 0 env_config: observation: tree observation_config: max_depth: 2 shortest_path_max_depth: 30 generator: sparse_rail_generator generator_config: small_v0 wandb: project: flatland-paper entity: aicrowd tags: ["small_v0", "tree_obs", "apex"] model: fcnet_activation: relu fcnet_hiddens: [256, 256] vf_share_layers: True