mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-10 14:19:26 +08:00
Merge pull request #412 from medvedev/patch-1
Unit3: Removed order of magnitude for timesteps and a duplicated ffmpeg installation
This commit is contained in:
@@ -277,7 +277,6 @@
|
||||
"source": [
|
||||
"%%capture\n",
|
||||
"!apt install python-opengl\n",
|
||||
"!apt install ffmpeg\n",
|
||||
"!apt install xvfb\n",
|
||||
"!pip3 install pyvirtualdisplay"
|
||||
]
|
||||
@@ -317,7 +316,7 @@
|
||||
" - stable_baselines3.common.atari_wrappers.AtariWrapper\n",
|
||||
" frame_stack: 4\n",
|
||||
" policy: 'CnnPolicy'\n",
|
||||
" n_timesteps: !!float 1e7\n",
|
||||
" n_timesteps: !!float 1e6\n",
|
||||
" buffer_size: 100000\n",
|
||||
" learning_rate: !!float 1e-4\n",
|
||||
" batch_size: 32\n",
|
||||
@@ -830,4 +829,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user