mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-10 22:28:36 +08:00
Update unit6.ipynb
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
"source": [
|
||||
"env = make_vec_env(env_id, n_envs=4)\n",
|
||||
"\n",
|
||||
"env = VecNormalize(env, norm_obs=True, norm_reward=False, clip_obs=10.)"
|
||||
"env = VecNormalize(env, norm_obs=True, norm_reward=True, clip_obs=10.)"
|
||||
],
|
||||
"metadata": {
|
||||
"id": "2O67mqgC-hol"
|
||||
|
||||
Reference in New Issue
Block a user