Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom environment in config #12

Closed
johnnyhoichuen opened this issue Dec 2, 2023 · 0 comments
Closed

Custom environment in config #12

johnnyhoichuen opened this issue Dec 2, 2023 · 0 comments

Comments

@johnnyhoichuen
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant