Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed extra" .random" on line 178.
self.model.random.random.shuffle(agent_keys) should be self.model.random.shuffle(agent_keys) . gives Attribute error otherwise
- Loading branch information