fix: a star in docs

This commit is contained in:
zsq259
2024-06-25 15:51:24 +08:00
parent 1b3eba4657
commit 4c3e84486d
173 changed files with 10755 additions and 6 deletions

View File

@ -0,0 +1,2 @@
class: "PercentPassedQuestion"
max_points: "4"

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q6/localizationLogic1.test.
possible_locations_per_timestep: "[[(3, 1), (3, 3)], [(2, 3)], [(3, 3)], [(2, 3)], [(2, 2)]]"

View File

@ -0,0 +1,11 @@
class: "LocalizationProblemTest"
layoutName: "maze3x3_6"
layout: """
%%%%%
%% P%
% %%
%% %
%%%%%
"""
actions: "['West', 'East', 'West', 'South', 'North']"

View File

@ -0,0 +1,2 @@
# This is the solution file for test_cases/q6/localizationLogic2.test.
possible_locations_per_timestep: "[[(1, 4), (3, 4)], [(1, 3), (3, 3)], [(1, 2), (3, 2)], [(3, 1)]]"

View File

@ -0,0 +1,12 @@
class: "LocalizationProblemTest"
layoutName: "maze3x4_9"
layout: """
%%%%%
% %P%
% % %
% % %
% %
%%%%%
"""
actions: "['South', 'South', 'South', 'West']"