The project uses uv to manage and lock project dependencies for a consistent and reproducible environment. If you do not have uv
installed on your system, visit this page for installation instructions.
Note: If you have pip
you can just invoke:
pip install uv
# Clone the repo
git clone git@github.com:sebastian9991/Stress-Test-on-RL-Algorithms.git
# Enter the repo directory
cd Stress-Test-on-RL-Algorithms
# Install core dependencies into an isolated environment
uv sync
Full End-to-End Experiments
./run_experiements.sh