Tviskaron / pogema-baselines

PPO and PyMARL baseline for Pogema environment
20 stars 5 forks source link

Custom environment in config #12

Closed johnnyhoichuen closed 10 months ago

johnnyhoichuen commented 10 months ago

In the config files, e.g.

algo:
  grid_search: [ QMIX, VDN, IQL, ]
settings:
  t_max: 8000000
logging:
  use_wandb: True
  project_name: "Pogema-32x32-PyMARL"
env_args:
  grid_config:
    map_name:
      grid_search: [Easy32x32, Normal32x32, Hard32x32, ExtraHard32x32]

the environments are predefined by pogema library. Is it possible to pass a custom environment (GridConfig) here with different map size, FOV, obstacle density, etc?