Skip to content

Question about qc_thres in COptiDICE #28

@ndminhkhoi46

Description

@ndminhkhoi46
        self.qc_thres = cost_limit * (1 - self.gamma**self.episode_len) / (
            1 - self.gamma) / self.episode_len

In COptiDICE, the flow constraint is normalized by multiplying by (1-gamma) to the initial distribution, so they should sum up to 1.
So, isn't self.qc_thres equal to cost_limit/self.episode_len rather than cost_limit * (1 - self.gamma**self.episode_len) / (1 - self.gamma) / self.episode_len?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions