Skip to content

Commit

Permalink
Add support for flickering Catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Jun 23, 2016
1 parent 7767950 commit 6e66251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function Setup:parseOptions(arg)
cmd:option('-poolFrmsType', 'max', 'Type of pooling over previous emulator frames: max|mean')
cmd:option('-poolFrmsSize', 2, 'Number of emulator frames to pool over')
cmd:option('-lifeLossTerminal', 'true', 'Use life loss as terminal signal (training only)')
cmd:option('-flickering', 0, 'Probability of screen flickering (Catch only)')
-- Experiment options
cmd:option('-experiments', 'experiments', 'Base directory to store experiments')
cmd:option('-_id', '', 'ID of experiment (used to store saved results, defaults to game name)')
Expand Down

0 comments on commit 6e66251

Please sign in to comment.