Skip to content

Commit

Permalink
Merge pull request #165 from janrope/fix_colab
Browse files Browse the repository at this point in the history
#minor [bug fix] Google colab ray version and link in readme
  • Loading branch information
Theohhhu committed Jul 26, 2023
2 parents 4a572e5 + 10477ee commit eb3d26a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[![Documentation Status](https://readthedocs.org/projects/marllib/badge/?version=latest)](https://marllib.readthedocs.io/en/latest/)
[![GitHub issues](https://img.shields.io/github/issues/Replicable-MARL/MARLlib)](https://github.com/Replicable-MARL/MARLlib/issues)
[![PyPI version](https://badge.fury.io/py/marllib.svg)](https://badge.fury.io/py/marllib)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Replicable-MARL/MARLlib/blob/rllib_1.8.0_dev/marllib.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Replicable-MARL/MARLlib/blob/master/marllib.ipynb)
[![Organization](https://img.shields.io/badge/Organization-ReLER_RL-blue.svg)](https://github.com/Replicable-MARL/MARLlib)
[![Organization](https://img.shields.io/badge/Organization-PKU_MARL-blue.svg)](https://github.com/Replicable-MARL/MARLlib)
[![Awesome](https://awesome.re/badge.svg)](https://marllib.readthedocs.io/en/latest/resources/awesome.html)
Expand Down Expand Up @@ -359,7 +359,7 @@ MARLlib provides some practical examples for you to refer to.
## Tutorials

Try MPE + MAPPO examples on Google Colaboratory!
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Replicable-MARL/MARLlib/blob/rllib_1.8.0_dev/marllib.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Replicable-MARL/MARLlib/blob/master/marllib.ipynb)
More tutorial documentations are available [here](https://marllib.readthedocs.io/).

## Awesome List
Expand Down
2 changes: 1 addition & 1 deletion marllib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"outputs": [],
"source": [
"!/usr/local/bin/pip install protobuf==3.20.0 marllib==1.0.3 ray[rllib] gym==0.22.0"
"!/usr/local/bin/pip install protobuf==3.20.0 marllib==1.0.3 ray[rllib]==1.8.0 gym==0.22.0"
]
},
{
Expand Down

0 comments on commit eb3d26a

Please sign in to comment.