Ahmad Alismail commited on
Commit
0ee3a2c
1 Parent(s): 4fd2feb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,9 +30,9 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
30
 
31
  ```python
32
  # 4
33
- policy = "MultiInputPolicy",
34
- learning_rate=0.001,
35
- gamma=0.95,
36
- time_steps=1_00_000
37
  ...
38
  ```
 
30
 
31
  ```python
32
  # 4
33
+ policy = "MultiInputPolicy"
34
+ learning_rate=0.001
35
+ gamma=0.95
36
+ time_steps=100000
37
  ...
38
  ```