From 11631cb10eb58c44846feb8b54c80def46bd4ccd Mon Sep 17 00:00:00 2001 From: Alexandre Tolstenko Date: Wed, 19 Jul 2023 10:56:30 -0400 Subject: [PATCH] fix(IA): better indexing for maze --- artificialintelligence/README.md | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/artificialintelligence/README.md b/artificialintelligence/README.md index 77a7520e..806c0d7e 100644 --- a/artificialintelligence/README.md +++ b/artificialintelligence/README.md @@ -1,21 +1,21 @@ # Artificial Intelligence -| Week | Date | Topic | Assignment | -|------|------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 1 | 2023/01/16 | Introduction | [Flocking at Beecrowd](assignments/flocking/README.md)
[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) | -| 2 | 2023/01/23 | Behavioral agents | [Flocking at Beecrowd](assignments/flocking/README.md)
[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) | -| 3 | 2023/01/30 | Automata Finite and 2D Grids | [Game of Life at Beecrowd](assignments/life/README.md)
[Game of Life at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/life) | -| 4 | 2023/02/06 | Pseudo Number Generation | [PRNG at Beecrowd](assignments/rng/README.md) | -| 5 | 2023/02/13 | Depth First Search - Procedural Content Generation | [Maze](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) | -| 6 | 2023/02/20 | Breadth First Search | [Maze](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze)
[Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | -| 7 | 2023/02/27 | Path finding A* | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | -| 8 | 2023/03/06 | Catch the Cat Competition | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | -| 9 | 2023/03/13 | BREAK | | -| 10 | 2023/03/20 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) | -| 11 | 2023/03/27 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) | -| 12 | 2023/04/03 | Spatial Quantization and Partitioning | | -| 13 | 2023/04/10 | | | -| 14 | 2023/04/17 | Final Project Help | | -| 15 | 2023/04/24 | Final Project Help | | -| 16 | 2023/05/01 | FINALS | | +| Week | Date | Topic | Assignment | +|------|------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| +| 1 | 2023/01/16 | Introduction | [Flocking at Beecrowd](assignments/flocking/README.md)
[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) | +| 2 | 2023/01/23 | Behavioral agents | [Flocking at Beecrowd](assignments/flocking/README.md)
[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) | +| 3 | 2023/01/30 | Automata Finite and 2D Grids | [Game of Life at Beecrowd](assignments/life/README.md)
[Game of Life at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/life) | +| 4 | 2023/02/06 | Pseudo Number Generation | [PRNG at Beecrowd](assignments/rng/README.md) | +| 5 | 2023/02/13 | Depth First Search - Procedural Content Generation | [Maze at Beecrowd](assignments/maze/README.md)
[Maze at Mobagen](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) | +| 6 | 2023/02/20 | Breadth First Search | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | +| 7 | 2023/02/27 | Path finding A* | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | +| 8 | 2023/03/06 | Catch the Cat Competition | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) | +| 9 | 2023/03/13 | BREAK | | +| 10 | 2023/03/20 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) | +| 11 | 2023/03/27 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) | +| 12 | 2023/04/03 | Spatial Quantization and Partitioning | | +| 13 | 2023/04/10 | | | +| 14 | 2023/04/17 | Final Project Help | | +| 15 | 2023/04/24 | Final Project Help | | +| 16 | 2023/05/01 | FINALS | |