We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d858b18 commit fced72aCopy full SHA for fced72a
README.md
@@ -571,7 +571,7 @@ plt.show()
571
572
## Reinforcement Learning (DQN)
573
574
-
+
575
576
577
```python
@@ -692,7 +692,7 @@ env.close()
692
693
## Flappy bird dqn
694
695
-
+
696
697
698
import gymnasium as gym
@@ -847,7 +847,7 @@ if __name__ == "__main__":
847
```
848
849
## SGD
850
-
+
851
852
853
import torch
0 commit comments