Skip to content

Commit c640693

Browse files
bruceyoungsysuantmarakis
authored andcommitted
add perception and tests (aimacode#1091)
* add perceotion and tests * upadte requirements * fix typo * add utils and images for perception * fix build error * comment the last 2 agent tests * fix build error * change cnn test
1 parent a9283d6 commit c640693

File tree

10 files changed

+1621
-127
lines changed

10 files changed

+1621
-127
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ install:
1717
- pip install Pillow
1818
- pip install pytest-cov
1919
- pip install ipythonblocks
20+
- pip install keras
21+
- pip install numpy
22+
- pip install tensorflow
23+
- pip install opencv-python
2024

2125
script:
2226
- py.test --cov=./

agents_4e.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 utils import distance_squared, turn_heading
38+
from utils4e import distance_squared, turn_heading
3939
from statistics import mean
4040
from ipythonblocks import BlockGrid
4141
from IPython.display import HTML, display

images/broxrevised.png

229 KB
Loading

images/stapler1-test.png

131 KB
Loading

0 commit comments

Comments
 (0)