Skip to content

Some minor errors need to be fixed #4

@tianyunzhe

Description

@tianyunzhe

Very good repo! But there are still some errors need to be fixed.

  1. self.Z[(action, next_state, obs)] = prob

    to self.Z[(action, next_state, obs)] = float(prob)
  2. @property
    def num_actions(self):
    return len(self.states)

    to return len(self.actions)

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