Skip to content

Commit

Permalink
Update RunCode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oferdagan committed Sep 12, 2024
1 parent 232cc2f commit b628b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RunCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ Download Julia by following the instructions at https://julialang.org/downloads/
Installation, updating and testing are performed in [Julia's `pkg>` mode](https://docs.julialang.org/en/v1/stdlib/Pkg/). To enter `pkg>` mode, press `]` in julia. To return to normal julia execution mode from `pkg>` mode, press backspace.

### 2. Clone [SDAPOMDPs.jl](https://github.com/CU-ADCL/SDAPOMDPs.jl)
```bash
git clone https://github.com/CU-ADCL/SDAPOMDPs.jl.git

```
### 3. Activate experiment environment
In the SDAPOMDPs.jl folder run:

```bash
julia --project init.jl
```
Expand Down

0 comments on commit b628b26

Please sign in to comment.