-
Notifications
You must be signed in to change notification settings - Fork 54
Code rewriting
Alfredo Canziani edited this page Nov 27, 2019
·
5 revisions
The code (environment / ML) might not be the most beautiful. While rewriting it from scratch, the following aspects should be taken in account.
- Use only the metric system, everywhere
- Normalisation should only happen in one place
- PyGame should not be used to generate the observations (limited to 3 channels)
- Models musn't be saved because they cannot be saved (they are classes instantiations!)