You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A config file already exists in Starling, but we should move most of the global variables used in Starling in the config (like the data folder)
A default config containing default value for each attributes should be stored in the package.
Some of the config values are related to the actual simulation (walking speed, distance factor?), while others are related to the environment and the inputs/outputs. Should we separate these two types of configs ?
A config file already exists in Starling, but we should move most of the global variables used in Starling in the config (like the data folder)
A default config containing default value for each attributes should be stored in the package.
Some of the config values are related to the actual simulation (walking speed, distance factor?), while others are related to the environment and the inputs/outputs. Should we separate these two types of configs ?
Maybe use a class like this:
The text was updated successfully, but these errors were encountered: