- 27 mar., 2016 1 validation
-
-
tolusalako a écrit
Implemented arrow shooting in Wumpus World. Wumpus Environment is now complete.
-
- 24 mar., 2016 1 validation
-
-
tolusalako a écrit
Fixed bug where dead agents still get to act (Environment) Improved Direction class to ease 2D Movements (Direction) Implemented an easier way to iterate with and without walls (XYEnvironment) Added is_inbounds() method to check if location is within the width and height. Works within walls also. (XYEnvironment) Multiple Minor Fixes(agents.py)
-
- 23 mar., 2016 1 validation
-
-
tolusalako a écrit
WumpusEnvironment
-
- 22 mar., 2016 1 validation
-
-
tolusalako a écrit
-
- 16 mar., 2016 1 validation
-
-
Chipe1 a écrit
-
- 11 mar., 2016 1 validation
-
-
Lucas Moura a écrit
-
- 10 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 09 mar., 2016 1 validation
-
-
MircoT a écrit
- Fix relative imports in base of is a package or not - Fix not working notebooks - Add notebooks to packages sources
-
- 06 mar., 2016 6 validations
-
-
MircoT a écrit
-
MircoT a écrit
-
MircoT a écrit
Used tool 2to3 to finish the porting to Python 3 plus some fixes by hand.
-
Nishant Suman a écrit
-
norvig a écrit
Will add some kind of GUI later -- but this one didn't do much.
-
SnShine a écrit
modified print statements in agents.py to make it work in Py3, changed utils_test.py with regard to new utils.py
-
- 05 mar., 2016 2 validations
-
-
Tarun Kumar a écrit
-
norvig a écrit
use “raise NotImplementedError” for abstract methods
-
- 23 oct., 2011 1 validation
-
-
withal a écrit
-
- 17 oct., 2011 4 validations
- 11 oct., 2011 1 validation
-
-
withal a écrit
-
- 10 oct., 2011 5 validations
-
-
withal a écrit
-
withal a écrit
-
withal a écrit
Agent.__init__ now takes a program parameter. A few more nonlocal-state-variable problems found and fixed. One agent program rewritten as a callable instance since it uses both state variables and abstract methods.
-
withal a écrit
Moved agent-program definition back into the constructors to get rid of all the copying between parameters, instance vars, and nonlocals. Fixed nonlocal state-var bug in ReflexAgentWithState.
-
withal a écrit
-
- 07 oct., 2011 1 validation
-
-
withal a écrit
-
- 06 oct., 2011 1 validation
-
-
withal a écrit
-
- 05 oct., 2011 1 validation
-
-
withal a écrit
-
- 15 sept., 2011 2 validations
- 01 sept., 2011 2 validations
- 28 août, 2011 1 validation
-
-
withal a écrit
-
- 13 jan., 2008 1 validation
-
-
peter.norvig a écrit
-
- 13 juil., 2007 4 validations
-
-
spottedMetal a écrit
XYEnvironment. Identified three possible inelegances or errors in the __init__ method of EnvCanvas.
-
spottedMetal a écrit
Changed 'Delay' slider to 'Speed' slider; Changed self.running values to boolean True, False.
-
spottedMetal a écrit
for more uniform initialization of Agents. Improved GUI with commands to list objects and agents. Fixed GUI speed control (delay slider), narrowed the range and increased the resolution. Added three new image files and image credits file. Better image for dirt
-
spottedMetal a écrit
EnvCanvas draws each object either as a canvas text (string) or using an image from a file associated with the object class. Implemented delete_object for Environment and XYEnvironment, renamed XYEnvironment methods objects_at and find_at as list_objects_at and some_objects_at, for clarity; revised arguments lists of list_objects_at and some_objects_at; revised implementation of bumping to work with new list_objects_at and some_objects_at. Promoted XYEnvironment methods list_objects_at and some_objects_at to Environment. Defined can_grab method for Agent class, replacing Object method is_grabable. Cleaned up code, removed tracing print statements, etc. Removed -1 penalty for Nop in VacuumEnvironment. Added Tk mainloop to test_gui, and commented out call to test_gui.
-