MattStammers commited on
Commit
6a4899a
1 Parent(s): 19dd73e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -67,7 +67,7 @@ OrderedDict([('batch_size', 64),
67
  ['stable_baselines3.common.atari_wrappers.AtariWrapper']),
68
  ('exploration_fraction', 0.025),
69
  ('frame_stack', 4),
70
- ('n_timesteps', 100000000.0),
71
  ('normalize', False),
72
  ('optimize_memory_usage', False),
73
  ('policy', 'CnnPolicy')])
@@ -77,3 +77,5 @@ OrderedDict([('batch_size', 64),
77
  ```python
78
  {'render_mode': 'rgb_array'}
79
  ```
 
 
 
67
  ['stable_baselines3.common.atari_wrappers.AtariWrapper']),
68
  ('exploration_fraction', 0.025),
69
  ('frame_stack', 4),
70
+ ('n_timesteps', 50000000.0),
71
  ('normalize', False),
72
  ('optimize_memory_usage', False),
73
  ('policy', 'CnnPolicy')])
 
77
  ```python
78
  {'render_mode': 'rgb_array'}
79
  ```
80
+
81
+ Training for this seems to peak at about 50 million timesteps