Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e46096

Browse files
orsenthilreachtarunhere
authored andcommitted
Import turn_heading from grids.py since it is used in agents.py (aimacode#281)
1 parent 9f7f4df commit 0e46096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 distance2
38+
from grid import distance2, turn_heading
3939
from statistics import mean
4040

4141
import random

0 commit comments

Comments
 (0)