Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bettermorn authored Jul 8, 2022
1 parent ebe9381 commit 421d21f
Show file tree
Hide file tree
Showing 7 changed files with 27,771 additions and 0 deletions.
8,861 changes: 8,861 additions & 0 deletions Code/RL/DLRBookSample/2_3_Policygradient.ipynb

Large diffs are not rendered by default.

624 changes: 624 additions & 0 deletions Code/RL/DLRBookSample/2_5_Sarsa.ipynb

Large diffs are not rendered by default.

16,035 changes: 16,035 additions & 0 deletions Code/RL/DLRBookSample/2_6_Qlearning.ipynb

Large diffs are not rendered by default.

1,175 changes: 1,175 additions & 0 deletions Code/RL/DLRBookSample/3_4_Qlearning_CartPole.ipynb

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions Code/RL/DLRBookSample/5_3and5_4_DQN.ipynb

Large diffs are not rendered by default.

433 changes: 433 additions & 0 deletions Code/RL/DLRBookSample/6_5_A2C_Advanced_ActorCritic.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Code/RL/DLRBookSample/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
gym
matplotlib
JSAnimation
pyglet
pygame

0 comments on commit 421d21f

Please sign in to comment.