Skip to content

Commit dfbfcd6

Browse files
committed
update readme
1 parent 8f75773 commit dfbfcd6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This repository contains the official JAX implementation for the NeurIPS 2025 pa
55

66
## Installation
77

8-
This project requires Python 3.10+ and uses `conda` for environment management.
8+
This project requires Python 3.10 and uses `conda` for environment management.
99

1010
1. **Clone the repository:**
1111
```shell
12-
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/your-username/your-repo-name.git)
13-
cd your-repo-name
12+
git clone https://github.com/iamlilAJ/Pre-Strategy-Intervention.git
13+
cd Pre-Strategy-Intervention
1414
```
1515

1616
2. **Create and activate the conda environment:**
@@ -19,19 +19,21 @@ This project requires Python 3.10+ and uses `conda` for environment management.
1919
conda activate intervention
2020
```
2121

22-
3. **Install JAX with GPU support (Recommended):**
23-
We strongly recommend installing JAX according to your specific CUDA version by following the [official JAX installation guide](https://github.com/google/jax#installation). For example, for CUDA 12:
22+
3. **Install the project and dependencies:**
23+
This command will install the project in editable mode along with all necessary dependencies for running the algorithms.
2424
```shell
25-
pip install -U "jax[cuda12_pip]" -f [https://storage.googleapis.com/jax-releases/jax_cuda_releases.html](https://storage.googleapis.com/jax-releases/jax_cuda_releases.html)
25+
pip install -e .[algs]
2626
```
27+
2728

28-
4. **Install the project and dependencies:**
29-
This command will install the project in editable mode along with all necessary dependencies for running the algorithms.
29+
4. **Install JAX with GPU support (Recommended):**
30+
We strongly recommend installing JAX according to your specific CUDA version by following the [official JAX installation guide](https://github.com/google/jax#installation). For example, for CUDA 12:
3031
```shell
31-
pip install -e .[algs]
32+
pip install -U "jax[cuda12_pip]==0.4.25" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
3233
```
3334

3435

36+
3537
### Hanabi
3638

3739
To run the IPPO

0 commit comments

Comments
 (0)