Skip to content

Commit 342d6a3

Browse files
antmarakisnorvig
authored andcommitted
Moving Grid to Utils (aimacode#540)
* Delete test_grid.py * Delete grid.ipynb * Delete grid.py * Move grid functions to utils * Move grid tests to utils * Update agents.py * Update mdp.py * Update search.py
1 parent 788da3a commit 342d6a3

File tree

8 files changed

+84
-451
lines changed

8 files changed

+84
-451
lines changed

agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
# Speed control in GUI does not have any effect -- fix it.
3737

38-
from grid import distance_squared, turn_heading
38+
from utils import distance_squared, turn_heading
3939
from statistics import mean
4040

4141
import random

grid.ipynb

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)