Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysegev authored Aug 14, 2024
1 parent 1be2195 commit 20631a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/MARL_tutorial/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Model-Based RL tutorial
# Multi-Agent Reinforcement Learning tutorial

Welcome to the Model-Based RL Tutorial.
Welcome to the Multi-Agent Reinforcement Learning Tutorial.
<br>
<br>

<img src="https://github.com/NeuromatchAcademy/course-content/blob/main/tutorials/static/W3D4_Tutorial4_QuentinsWorld.png?raw=true">
<img src="https://raw.githubusercontent.com/matteobettini/vmas-media/main/media/scenarios/simple_tag.gif">


## Setup
Expand All @@ -14,7 +14,7 @@ You can run this code on your own machine or on Google Colab.
1. **Local option:** If you choose to run locally, you will need to install some Python packages.
2. **Colab:** The first few sections of the notebook will install all required dependencies. You can try out the Colab option by clicking the badge below:

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/CLAIR-LAB-TECHNION/CLAI/blob/main/tutorials/model-based_tutorial/Model_Based.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/CLAIR-LAB-TECHNION/CLAI/blob/main/tutorials/MARL_tutorial/MARL.ipynb)


We highly recommend running this tutorial on Colab as it will save you a lot of time and effort in dealing with the setup for the notebook.
Expand Down

0 comments on commit 20631a4

Please sign in to comment.