Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ including the HuggingFace Hub.
|
|
38 |
## Usage
|
39 |
```python
|
40 |
|
41 |
-
from
|
42 |
|
43 |
# Create new agent instance
|
44 |
agent = StableBaselinesAgent(
|
|
|
38 |
## Usage
|
39 |
```python
|
40 |
|
41 |
+
from rl_framework import StableBaselinesAgent, StableBaselinesAlgorithm
|
42 |
|
43 |
# Create new agent instance
|
44 |
agent = StableBaselinesAgent(
|