Skip to content

Commit 160a946

Browse files
author
Vincent Moens
authored
[BugFix] Fix colab in tutos (#2113)
1 parent fd280ed commit 160a946

18 files changed

+0
-20
lines changed

tutorials/sphinx-tutorials/coding_ddpg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
TorchRL objectives: Coding a DDPG loss
43
======================================

tutorials/sphinx-tutorials/coding_dqn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
TorchRL trainer: A DQN example
43
==============================

tutorials/sphinx-tutorials/coding_ppo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Reinforcement Learning (PPO) with TorchRL Tutorial
43
==================================================

tutorials/sphinx-tutorials/dqn_with_rnn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Recurrent DQN: Training recurrent policies
53
==========================================

tutorials/sphinx-tutorials/getting-started-0.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
43
Get started with Environments, TED and transforms

tutorials/sphinx-tutorials/getting-started-1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Get started with TorchRL's modules
43
==================================

tutorials/sphinx-tutorials/getting-started-2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Getting started with model optimization
43
=======================================

tutorials/sphinx-tutorials/getting-started-3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Get started with data collection and storage
43
============================================

tutorials/sphinx-tutorials/getting-started-4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Get started with logging
43
========================

tutorials/sphinx-tutorials/getting-started-5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Get started with your own first training loop
43
=============================================

0 commit comments

Comments
 (0)