jason137 commited on
Commit
5819835
·
1 Parent(s): f608840

Update _config.py

Browse files
Files changed (1) hide show
  1. _config.py +1 -1
_config.py CHANGED
@@ -1,5 +1,5 @@
1
  CONFIG = {
2
- "N_EPOCHS": 40
3
  , "N_STEPS": 1000
4
  , "PROBS": [0.01, 0.2, 0.8] # win probabilities for 3-armed bandit
5
  , "LOG_STEPS": 200
 
1
  CONFIG = {
2
+ "N_EPOCHS": 400
3
  , "N_STEPS": 1000
4
  , "PROBS": [0.01, 0.2, 0.8] # win probabilities for 3-armed bandit
5
  , "LOG_STEPS": 200