Skip to content

Commit

Permalink
fixed typo in citibike nb (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: ysqyang <v-yangqi@microsoft.com>
  • Loading branch information
ysqyang and ysqyang committed Sep 30, 2020
1 parent 9c4e9c3 commit 7f770d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Quick Start\n",
"\n",
"This notebook demonstrates how to use MARO's reinforcement learning (RL) toolkit to solve the container inventory management ([CIM](https://maro.readthedocs.io/en/latest/scenarios/container_inventory_management.html)) problem. It is formalized as a multi-agent reinforment learning problem, where each port acts as a decision agent. The agents take actions independently, e.g., loading containers to vessels or discharging containers from vessels. "
"This notebook demonstrates how to use MARO's reinforcement learning (RL) toolkit to solve the container inventory management ([CIM](https://maro.readthedocs.io/en/latest/scenarios/container_inventory_management.html)) problem. It is formalized as a multi-agent reinforcement learning problem, where each port acts as a decision agent. The agents take actions independently, e.g., loading containers to vessels or discharging containers from vessels. "
]
},
{
Expand Down

0 comments on commit 7f770d9

Please sign in to comment.