Skip to content

Implement CIC agent #2

Open
Open
@milosen

Description

@milosen

Strategy:

  • create env-wrapper that changes the observation-type to a dict that also has a "skill"-key and generate skill on the environment level; also remove the reward
  • change the policies to intercept the flow between the feature extractor and Actor; it should split the observation into skill and rest pass both separatly through their respective encoder and combine the state and skill embeddings to return
  • the critic should ignore the skill variable

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