diff --git a/config.yml b/config.yml index 3a4535f..625bb01 100644 --- a/config.yml +++ b/config.yml @@ -27,7 +27,7 @@ project: finalStep: exampleThank.html # required, filename can be same as last numbered step teamMembers: # str trial: - modality: pref + modality: demo actionBufferLifespan: 1 # int maxEpisodes: 20 # int game: MountainCar-v0 # full environment name @@ -40,10 +40,10 @@ trial: allowFrameRateChange: False # bool startingFrameRate: 30 # int Required ui: # to include ui button set to True, False buttons will not be shown - left: False - right: False - up: False - down: False + left: True + right: True + up: True + down: True start: True stop: True pause: False