commit 2edd4a2d45914d24a8dfbc3cee91bce978064525 parent fe73a38ebc1de57ed58f11d8b5cd3849ad039592 Author: Abhinav Rai <69450646+AbhinavRai01@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:10:45 +0530 Fixed Readme Diffstat:
| M | readme.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md @@ -258,7 +258,7 @@ python main.py ### 6. Start the Agents -Download [model_bandit_greedy.pkl](https://drive.google.com/file/d/1spuw3TogZRtP0fYZkYA2Kxz1-CiUzBDA/view?usp=drive_link) and [plant_disease_model.pt](https://drive.google.com/file/d/1NkdGt0CFS7tx4vttp8Tod8ksjDLib8dp/view?usp=drive_link) and place them under `agent/Marl` and `agent/Marl/model` respectively. +Download [model_bandit_greedy.pkl](https://drive.google.com/file/d/1spuw3TogZRtP0fYZkYA2Kxz1-CiUzBDA/view?usp=drive_link) and [plant_disease_model.pt](https://drive.google.com/file/d/1NkdGt0CFS7tx4vttp8Tod8ksjDLib8dp/view?usp=drive_link) and place them under `agent/Marl` and `agent/model` respectively. Open a new terminal, activate the virtual environment, and start the agent orchestrator from the agent directory: