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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy