Skip to content

Commit

Permalink
Updated FARSI_sim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-k-s authored Nov 18, 2023
1 parent c700a25 commit db55eed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/FARSI_sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ From the repository root `oss-arch-gym` run:
./install_sim.sh viz
```

## Installing FARSI simulator
##### 3. Installing FARSI simulator
The below commands are to replace the existing Project_FARSI folder with its latest version as a submodule. The shell script also updates the conda environment dependencies required for FARSI, and installs ACME framework for reinforcement learning.

(Note: the script takes a while to run):
```
cd oss-arch-gym/
rm -r Project_FARSI
git rm -r --cached Project_FARSI
./install_sim.sh
./install_sim.sh farsi
```
Type "farsi" as the answer (in the terminal) to ```"Which simulator (cfu,farsi) do you want to use (cfu, viz, farsi)?"```

Replace the content of `Project_FARSI/settings/config_cacti.py` file with this:

Expand Down

0 comments on commit db55eed

Please sign in to comment.