Update README.md
Browse files
README.md
CHANGED
@@ -262,6 +262,13 @@ The [isopro examples](https://github.com/iso-ai/isopro_examples) repository cont
|
|
262 |
- `run_cartpole_example.ipynb`: Illustrates the integration of LLMs with reinforcement learning
|
263 |
- `orchestrator_example.ipynb`: Provides a tutorial on using the AI orchestration capabilities
|
264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
## Contributing
|
266 |
|
267 |
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.
|
|
|
262 |
- `run_cartpole_example.ipynb`: Illustrates the integration of LLMs with reinforcement learning
|
263 |
- `orchestrator_example.ipynb`: Provides a tutorial on using the AI orchestration capabilities
|
264 |
|
265 |
+
## Troubleshooting
|
266 |
+
IsoPro 0.1.6 may have some issues downloading dependencies. If you encounter any, simply run
|
267 |
+
|
268 |
+
`pip install isopro stable-baselines3 gymnasium isozero iso-adverse tiktoken`
|
269 |
+
|
270 |
+
to resolve any missing package errors.
|
271 |
+
|
272 |
## Contributing
|
273 |
|
274 |
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.
|