Skip to content

Sparse rewards curriculum not working #11

@Idate96

Description

@Idate96

The new trenches do not seem to allow any agent to complete. previous checkpoint with

    # levels = [
    #     {
    #         "maps_path": "terra/foundations",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": False,
    #     },
    #     {
    #         "maps_path": "terra/trenches/easy",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": True,
    #     },
    #     {
    #         "maps_path": "terra/foundations",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": False,
    #     },
    #     {
    #         "maps_path": "terra/trenches/medium",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": True,
    #     },
    #     {
    #         "maps_path": "terra/foundations",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": False,
    #     },
    #     {
    #         "maps_path": "terra/trenches/hard",
    #         "max_steps_in_episode": 300,
    #         "rewards_type": RewardsType.DENSE,
    #         "apply_trench_rewards": True,
    #     },
    # ]

but sparse should work but to be tested.

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