Skip to content

Commit

Permalink
Provider caption name in capitalization (#373)
Browse files Browse the repository at this point in the history
* Provider name in capitalization

Generally notebook provider have written in common.

* Provider name in capitalization

Notebook provider have written in common.
  • Loading branch information
guspan-tanadi authored Apr 3, 2023
1 parent c87d6f0 commit 8729ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ import gym_minigrid

## Colab Notebook: Try it Online!

You can train agents online using [colab notebook](https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/rl-baselines-zoo.ipynb).
You can train agents online using [Colab notebook](https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/rl-baselines-zoo.ipynb).

### Passing arguments in an interactive session

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Getting Started

.. note::

You can try the following examples online using Google colab |colab|
You can try the following examples online using Google Colab |Colab|
notebook: `RL Baselines zoo notebook`_


.. _RL Baselines zoo notebook: https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/sb3/rl-baselines-zoo.ipynb
.. |colab| image:: ../_static/img/colab.svg
.. |Colab| image:: ../_static/img/colab.svg


The hyperparameters for each environment are defined in
Expand Down

0 comments on commit 8729ec2

Please sign in to comment.