Assignment 1 for multi agent AI
2
stars
0
forks
source link
General notes
...
Data
- data folder should be called "Data" and placed inside the folder "MultiAgentAI" in order to be ignored by gitignore
Code structure
- Configs: Mainly the configs file containing a dictionary of all important parameters that are likely to be changed during training etc.
- Preprocessing: All steps to preprocess the data that do not occur during every run of the model, i.e. that have to be done only once.
Preprocessing