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

Skip to content

Commit 6f15861

Browse files
rajatjain1997antmarakis
authored andcommitted
Rework agents.ipynb (aimacode#1031)
* Reworked Introduction and 1-D environment in agents.py Added: - Table of Contents and overview - A miniscule explanation of all required code from agents.py Modified: - Some grammar and sentences - Structure of the notebook in 1-D environments to make it more coherent Removed: - Outputs from notebook (Makes VCS tough and bugs tough to detect) * Reworked agents in a 2D environment Modified: - Removed global variable turn from 2D park model: Agent programs are not supposed to see anything except percepts - Bump percept is now generated when Dog is about to bump into a wall - Replaced all XYEnvironment with GraphicEnvironment - Gives better readability to both code and output (Previous way of just showing GraphicEnvironment in the end was redundant imo) - Restructured the 2D park and EnergeticBlindDog environment scenario to be more readable Removed: - Redundant Park2D without graphics (subclass of XYEnvironment) * Fixed issue aimacode#1030 Added: - ipython and ipythonblocks packages to requirements.txt * Has some typographic improvements in agents.ipynb * Added output to agents.ipynb
1 parent 7892bea commit 6f15861

File tree

4 files changed

+1183
-359
lines changed

4 files changed

+1183
-359
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ install:
1515
- pip install networkx
1616
- pip install ipywidgets
1717
- pip install Pillow
18+
- pip install ipythonblocks
1819

1920
script:
2021
- py.test

0 commit comments

Comments
 (0)