Commit
·
003ee63
1
Parent(s):
d702fda
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ This is a trained model of a **A2C** agent playing **AntBulletEnv-v0**
|
|
| 25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 26 |
|
| 27 |
## Usage (with Stable-baselines3)
|
|
|
|
| 28 |
|
| 29 |
```python
|
| 30 |
model = A2C(policy = "MlpPolicy",
|
|
|
|
| 25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 26 |
|
| 27 |
## Usage (with Stable-baselines3)
|
| 28 |
+
## parameters
|
| 29 |
|
| 30 |
```python
|
| 31 |
model = A2C(policy = "MlpPolicy",
|