Skip to content

Commit

Permalink
latest config for learning from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuslima committed Aug 31, 2023
1 parent 7e79186 commit 2afa07a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2afa07a

Please sign in to comment.