Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed a few typos.  No other changes.
  • Loading branch information
gvaldana authored Apr 11, 2022
1 parent d0c2162 commit b4e1780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test_model <- function(current_state, previous_state, model_data, winik_mgr, res

### State

Objects of type `village`, `winik`, and `resource`have particular states at a particular time. As the simulation progresses, the state of these change based on model logic. At the end of each time step, the state of each object is saved, giving a compelte record of the system's evolution. The essance of any agent based model is changing the state at each time step. villager provides a mechanim for defining the initial state and for changing the state throughout the simulation.
Objects of type `village`, `winik`, and `resource`have particular states at a particular time. As the simulation progresses, the state of these change based on model logic. At the end of each time step, the state of each object is saved, giving a complete record of the system's evolution. The essence of any agent based model is changing the state at each time step. villager provides a mechanim for defining the initial state and for changing the state throughout the simulation.

### Managing the Initial State

Expand Down

0 comments on commit b4e1780

Please sign in to comment.