-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yml
74 lines (73 loc) · 2.68 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
project:
useAWS: True # bool, set to true if using AWS, set false and ignore all AWS entries
awsSetup:
bucket: projects.irll # working bucket in AWS
region: ca-central-1 # working AWS region
rootDomain: irll.net # a fully qualified domain name without 'https://'
cpu: 2 # int 1,2, or 4
memory: 10 # int 1-30
events:
startServerStep: 1 # int
stopServerStep: 12 # int
id: callie_pref_learning2 # Letters, Numbers and '-' only!
live: true # bool
maxRuntime: 30 # int in minutes.
name: callie_pref_learning # include pilot for control condition
researcher: Callie # str
# SSL NOT USED ANYMORE, API GATEWAY FOR WEBSOCKETS
# ssl:
# fullchain: SSL/cert.pem # path to fullchain.pem file excluding bucket name
# privkey: SSL/private_key.pem # path to privkey.pem file excluding bucket name
# sslBucket: beta.irll.net # bucket name for resolving paths above
steps: # any number of steps needed with corresponding filenames
1: 1_consentForm.html
2: game
3: exampleThank.html
finalStep: exampleThank.html # required, filename can be same as last numbered step
teamMembers: # str
trial:
modality: demo
actionBufferLifespan: 1 # int
maxEpisodes: 20 # int
game: MountainCar-v0 # full environment name
dataFile: episode # episode or trial
s3upload: false
actionSpace: # the appropriate action space for environment. Order matters
frameRateStepSize: 5 # int Optional if allowFrameRateChange = False
minFrameRate: 1 # int Optional if allowFrameRateChange = False
maxFrameRate: 60 # int Optional if allowFrameRateChange = False
allowFrameRateChange: False # bool
startingFrameRate: 30 # int Required
ui: # to include ui button set to True, False buttons will not be shown
left: True
right: True
up: True
down: True
start: True
stop: True
pause: False
reset: False
trainOffline: False
trainOnline: False
good: True
bad: True
fpsSet: False
fpsUp: False
fpsDown: False
brightness: False
contrast: False
saturation: False
hue: False
undo: False
redo: False
addMinutia: False
resetImage: False
submitImage: False
getFeedback: False
instructions:
- Scroll (mouse), pinch (touchpad/mousepad), double-click or use control keys to zoom
- Click and drag the canvas to pan around the canvas
- Click and drag a marker to move it
- Use sliders to adjust image appearance
- 'Click on "Add Marker" and select target location on image to add a marker, or right-click on the image'
- 'Click on "Get Feedback" to get feedback on your image. Green means that removing it will decrease your score, and red means that removing it will increase your score.'