1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-14 15:32:29 +00:00
soil/examples/rabbits
2022-10-17 08:58:51 +02:00
..
basic Agent step can be a generator 2022-10-17 08:58:51 +02:00
improved WIP: all tests pass 2022-10-16 17:56:23 +02:00
README.md WIP: all tests pass 2022-10-13 22:43:16 +02:00

There are two similar implementations of this simulation.

  • basic. Using simple primites
  • improved. Using more advanced features such as the time module to avoid unnecessary computations (i.e., skip steps), and generator functions.