voiage.cli.calculate_belief_state_information
calculate_belief_state_information
Section titled “calculate_belief_state_information”calculate_belief_state_information([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a belief-state information v1 JSON specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the belief-state information result')) -> NoneEvaluate experimental finite belief-state sequential information.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a belief-state information v1 JSON specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the belief-state information result'))
Returns: None