Skip to content

Commit

Permalink
Merge pull request #2 from aimacode/master
Browse files Browse the repository at this point in the history
add perception and tests (aimacode#1091)
  • Loading branch information
bruceyoungsysu committed Jul 28, 2019
2 parents a139bf1 + c640693 commit 6473ab1
Show file tree
Hide file tree
Showing 10 changed files with 1,621 additions and 127 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
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
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
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6473ab1

Please sign in to comment.