aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
7.93k stars 3.72k forks source link

TODO's in agent.py #107

Closed jeff3456 closed 7 years ago

jeff3456 commented 8 years ago

NO LONGER WORKING ON THIS IGNORE REST OF THIS MESSAGE

Hey I just wanted to create this issue to let you all know that I'm finishing up the todos in agent.py

I will also be adding examples in the iPython notebook for the agents.py .

reachtarunhere commented 8 years ago

Hi! I have already worked on moving the doctests so you can leave that little part.

tolusalako commented 8 years ago

@jeff3456 are you still working on it? I could help out since I need the Wumpus environment to finish the agents.ipynb I started.

anuj-rathore commented 8 years ago

In case of any help i would like to work on it as i have similar work already

jeff3456 commented 8 years ago

@tolusalako and @anuj1995 Feel free to work on it yourselves! I have gotten sidetracked and am no longer working on this.

anuj-rathore commented 8 years ago

thanks for the reply

tolusalako commented 8 years ago

@anuj1995 I'm almost done with all the todo's in agents.py. You can find most of my updates here: #169