Skip to content

Commit

Permalink
add installation instruction link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu Wang authored and Jinyu Wang committed Feb 23, 2024
1 parent cd60880 commit 76b0ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion notebooks/supply_chain/single_echelon_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To show the training process here, we shorten the training episodes and duration here, to config it you can tune the parameters in [examples/rl/sc_single_echelon.yml](https://github.com/microsoft/maro/blob/sc_single_echelon/examples/rl/sc_single_echelon.yml) and [examples/supply_chain/single_echelon/config.py](https://github.com/microsoft/maro/blob/sc_single_echelon/examples/supply_chain/single_echelon/config.py)."
"Since this example is not yet released as a package, we recommend you to download this branch and [install MARO from source](https://github.com/microsoft/maro?tab=readme-ov-file#install-maro-from-source)."
]
},
{
Expand All @@ -165,6 +165,13 @@
"os.chdir(\"../..\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To show the training process here, we shorten the training episodes and duration here, to config it you can tune the parameters in [examples/rl/sc_single_echelon.yml](https://github.com/microsoft/maro/blob/sc_single_echelon/examples/rl/sc_single_echelon.yml) and [examples/supply_chain/single_echelon/config.py](https://github.com/microsoft/maro/blob/sc_single_echelon/examples/supply_chain/single_echelon/config.py)."
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ stringcase>=1.2.0
tabulate>=0.8.5
tornado>=6.1
tqdm>=4.51.0
matplotlib

0 comments on commit 76b0ecc

Please sign in to comment.