Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ install:
- pip install Pillow
- pip install pytest-cov
- pip install ipythonblocks
- pip install keras
- pip install numpy
- pip install tensorflow
- pip install opencv-python

script:
- py.test --cov=./
Expand Down
2 changes: 1 addition & 1 deletion agents_4e.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
# Speed control in GUI does not have any effect -- fix it.

from utils import distance_squared, turn_heading
from utils4e import distance_squared, turn_heading
from statistics import mean
from ipythonblocks import BlockGrid
from IPython.display import HTML, display
Expand Down
Binary file added images/broxrevised.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stapler1-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading