SpeedBump #23

Merged
s473616 merged 7 commits from SpeedBump into master 2023-05-13 22:05:21 +02:00
Collaborator

speed bumps

speed bumps
s153592 added 2 commits 2023-05-13 19:41:57 +02:00
s473616 approved these changes 2023-05-13 19:48:27 +02:00
@ -12,2 +13,3 @@
self.can = can
class Bump:
Owner

Po co ta klasa? Nie widzę gdzie ona jest używana.

Po co ta klasa? Nie widzę gdzie ona jest używana.
s473616 requested changes 2023-05-13 19:49:12 +02:00
city.py Outdated
@ -13,1 +14,3 @@
class Bump:
speedBump: SpeedBump
Owner

.

.
Owner

Po co ta klasa? Nie widzę gdzie ona jest używana.

Po co ta klasa? Nie widzę gdzie ona jest używana.
s153592 added 1 commit 2023-05-13 20:02:48 +02:00
s153592 added 1 commit 2023-05-13 20:20:11 +02:00
s473616 requested changes 2023-05-13 20:26:07 +02:00
bfs.py Outdated
@ -88,8 +90,14 @@ def is_state_success(state: AgentState, grid: Dict[Tuple[int, int], GridCellType
except:
return False
def get_cost_for_cell_type(cell_type: GridCellType) -> int:
Owner

funnkcja powinna przyjmować ActionType - typ akcji GridCellType - typ następnej komórki. Dla ActionType które jest skręceniem agenta zwraca 1, dla pojechania wprzód 3, jeśli to jest pojechanie na ulicę i np. 10, jeśli to jest pojechanie na próg

funnkcja powinna przyjmować ActionType - typ akcji GridCellType - typ następnej komórki. Dla ActionType które jest skręceniem agenta zwraca 1, dla pojechania wprzód 3, jeśli to jest pojechanie na ulicę i np. 10, jeśli to jest pojechanie na próg
s153592 added 1 commit 2023-05-13 21:00:22 +02:00
s153592 added 1 commit 2023-05-13 21:05:06 +02:00
s473616 requested changes 2023-05-13 21:14:53 +02:00
@ -11,3 +11,4 @@
action: AgentActionType
cost: int
def __init__(self, state: AgentState, action: AgentActionType) -> None:
Owner

nie przekazujesz tutaj argumentu cost, aplikacja się wywala

nie przekazujesz tutaj argumentu cost, aplikacja się wywala
s153592 added 1 commit 2023-05-13 21:18:19 +02:00
s473616 approved these changes 2023-05-13 22:05:11 +02:00
s473616 merged commit 65bef51958 into master 2023-05-13 22:05:21 +02:00
s473616 deleted branch SpeedBump 2023-05-13 22:05:21 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s473616/sztuczna_inteligencja_2023_smieciarka#23
No description provided.