This file contains hidden or 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
| // Update the config.js file to use this for time_inconsistent | |
| time_inconsistent: { | |
| active: true, | |
| name: 'Time inconsistency', | |
| description: `A simple environment in which AImu can be made time-inconsistent by | |
| certain choices of discount functions.`, | |
| vis: TIVis, | |
| agent: { | |
| type: BayesAgent, |