-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Artificial Intelligence | ||
|
||
| Week | Date | Topic | Assignment | | ||
|------|------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| 1 | 2023/01/16 | Introduction | [Flocking at Beecrowd](assignments/flocking/README.md)<br/>[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)<br/>[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)<br/>[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) <br/> [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)<br/>[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)<br/>[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)<br/>[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)<br/>[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 | | | ||
|