mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-14 10:22:37 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -191,7 +191,7 @@ env = # TODO: Add the wrapper
|
||||
```python
|
||||
env = make_vec_env(env_id, n_envs=4)
|
||||
|
||||
env = VecNormalize(env, norm_obs=True, norm_reward=False, clip_obs=10.0)
|
||||
env = VecNormalize(env, norm_obs=True, norm_reward=True, clip_obs=10.0)
|
||||
```
|
||||
|
||||
### Create the A2C Model 🤖
|
||||
|
||||
Reference in New Issue
Block a user