From da0483b03a34ac6402d13be454365201de368c5e Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Thu, 2 Jan 2020 11:06:39 +0100 Subject: [PATCH] Add colab notebook --- examples/pybullet/gym/pybullet_envs/stable_baselines/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/gym/pybullet_envs/stable_baselines/train.py b/examples/pybullet/gym/pybullet_envs/stable_baselines/train.py index c258a30c7..cc8055d73 100644 --- a/examples/pybullet/gym/pybullet_envs/stable_baselines/train.py +++ b/examples/pybullet/gym/pybullet_envs/stable_baselines/train.py @@ -1,6 +1,6 @@ # Code adapted from https://github.com/araffin/rl-baselines-zoo # it requires stable-baselines to be installed -# Colab Notebook: +# Colab Notebook: https://colab.research.google.com/drive/1nZkHO4QTYfAksm9ZTaZ5vXyC7szZxC3F # Author: Antonin RAFFIN # MIT License