Skip to content

Commit 9b002a0

Browse files
authored
Add docs header (#174)
* Add docs header * Fix pre-commit * Quick fix * quick fix
1 parent 2fff248 commit 9b002a0

15 files changed

+42
-2
lines changed

cleanrl/c51.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/c51/#c51py
12
import argparse
23
import os
34
import random

cleanrl/c51_atari.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/c51/#c51_ataripy
12
import argparse
23
import os
34
import random

cleanrl/ddpg_continuous_action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ddpg/#ddpg_continuous_actionpy
12
# docs and experiment results can be found at
23
# https://docs.cleanrl.dev/rl-algorithms/ddpg/#ddpg_continuous_actionpy
34

cleanrl/dqn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/dqn/#dqnpy
12
import argparse
23
import os
34
import random

cleanrl/dqn_atari.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/dqn/#dqn_ataripy
12
import argparse
23
import os
34
import random

cleanrl/ppo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# docs and experiment results can be found at
2-
# https://docs.cleanrl.dev/rl-algorithms/ppo/#ppopy
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ppo/#ppopy
32

43
import argparse
54
import os

cleanrl/ppo_atari.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ppo/#ppo_ataripy
12
import argparse
23
import os
34
import random

cleanrl/ppo_atari_envpool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ppo/#ppo_atari_envpoolpy
12
import argparse
23
import os
34
import random

cleanrl/ppo_atari_lstm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ppo/#ppo_atari_lstmpy
12
import argparse
23
import os
34
import random

cleanrl/ppo_continuous_action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# docs and experiment results can be found at https://docs.cleanrl.dev/rl-algorithms/ppo/#ppo_continuous_actionpy
12
import argparse
23
import os
34
import random

0 commit comments

Comments
 (0)