iso-ai commited on
Commit
845ae60
1 Parent(s): 459490f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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.