Installation Guide¶
This guide covers both basic installation for users and development setup for contributors.
Basic Installation (For Users)¶
To use the ASTRA-RL toolbox in your projects, you can install it directly from PyPI:
After installation, you can import the library in your Python code:
Optional Dependencies¶
If you plan to use Weights & Biases for experiment tracking, then install with optional dependencies:
That's it! You should now be able to use ASTRA-RL in your projects.