From 2afa07a3472e115bc7129114b03e45a8efb7b9ac Mon Sep 17 00:00:00 2001 From: cmuslima Date: Thu, 31 Aug 2023 11:40:15 -0600 Subject: [PATCH] latest config for learning from demo --- config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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