beam_search.conv_align_evaluation_preprocessing

Functions

add_or_del_fluent(correct_rollout_path, ...)

count_fluents(path)

del_fluent_from_rollout(fluent_name, path)

del_from_rollout(num_delete, path)

del_percent_from_rollout(percent, path)

read_from_file(path)

write_to_file(actions, partial, ...)

add_or_del_fluent(correct_rollout_path, rollout_path, action, outcome, fluent, add: bool = True)[source]
count_fluents(path: str)[source]
del_fluent_from_rollout(fluent_name: str, path: str)[source]
del_from_rollout(num_delete: int, path: str)[source]
del_percent_from_rollout(percent: float, path: str)[source]
read_from_file(path: str)[source]
write_to_file(actions: Dict, partial: Dict, rollout_config: Dict, path: str)[source]