Skip to content
Snippets Groups Projects
Commit 7d187a8c authored by Tessaris Sergio's avatar Tessaris Sergio
Browse files

todo: notes for the next version

parent 4cf5297d
No related branches found
No related tags found
No related merge requests found
...@@ -248,6 +248,7 @@ class WumpusWorld(GridWorld): ...@@ -248,6 +248,7 @@ class WumpusWorld(GridWorld):
@classmethod @classmethod
def random(cls, **kwargs): def random(cls, **kwargs):
# TODO: fix the size keyword type (GridWorld expects Coordinates)
size = kwargs.get('size', 4) size = kwargs.get('size', 4)
seed = kwargs.get('seed', None) seed = kwargs.get('seed', None)
pitProb = kwargs.get('pitProb', .2) pitProb = kwargs.get('pitProb', .2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment