Skip to content

Commit 6dfbaf8

Browse files
authored
[Doc] fix typo in dqn module (#3111)
1 parent 38544a5 commit 6dfbaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sota-implementations/dqn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ You can execute the DQN algorithm on the CartPole environment by running the fol
2121
```bash
2222
python dqn_cartpole.py
2323

24+
```
25+
2426
You can execute the DQN algorithm on Atari environments by running the following command:
2527

2628
```bash
2729
python dqn_atari.py
2830
```
29-
30-
```

0 commit comments

Comments
 (0)