Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
🐛 Change environment size
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-mahe committed Sep 24, 2021
1 parent fc0830d commit 24f1b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoover-agent/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Environment:
Each thing has a .location slot, even though some environments may not
need this."""

def __init__(self, width=25, height=25):
def __init__(self, width=5, height=5):
self.things = []
self.agents = []
self.width = width
Expand Down

0 comments on commit 24f1b86

Please sign in to comment.