Skip to content

Default sweep broken for most envs #589

Description

@FrostyFridge

Currently puffer sweep bombs out for most envs.

ex.

$ puffer sweep breakout
[...]
AssertionError: Param match_enemy_model_path is not a dict

Likely culprit appears to be recent PR #564 which seems to have edited the base sweep settings section with some env-specific settings.

# When set, each sweep trial is scored by winrate in a match against a fixed
# enemy checkpoint rather than by the training-time env/score. Score key emitted
# as env/match_score; set match_enemy_model_path to '' to disable.
match_enemy_model_path = ''
match_num_games = 1024
match_enemy_hidden_size = 0
match_enemy_num_layers = 0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions