flatland-random-sparse-small-tree-fc-ppo: run: APEX env: flatland_sparse stop: timesteps_total: 100000000 # 1e8 checkpoint_freq: 10 checkpoint_at_end: True keep_checkpoints_num: 5 checkpoint_score_attr: episode_reward_mean config: num_workers: 19 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: medium_stoch_v1 wandb: project: flatland entity: masterscrat tags: ["medium_stoch_v1", "tree_obs", "apex"] # TODO should be set programmatically model: fcnet_activation: relu fcnet_hiddens: [256, 256] vf_share_layers: True # False