Description
TODO: dirty/clean should be controlled automatically, reproducible using seeded RNG, and then display a line chart with the performance measure.
We can add the following feature by creating 2 types of agents:
1.) agent that moves continuously but takes up more time to clean
2.) agent that stops after regular intervals but takes less time to clean
We can either use a 1x2 floor or 2x2 floor to make the problem more complex.
Things to be decided before implementing:-
1.)Points awarded for each successful clean
2.)Points deducted for each extra moment
3.)Points deducted on the basis for the time the floor is dirty (a negative factor to agent 2)
The performance will be shown as a line chart of scores v/s time where scores measure the performance of the agent.
To make it more interactive and intuitive, the feature of setting the stop-interval and the cleaning-interval
to show various performances.
@redblobgames Would it be useful to implement it?
Would like to work on it: Yes.