File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ The major component of the RL method is the table of weights - <b>Q-table</b> of
54
54
55
55
## Content
56
56
Codes (it'll send you to appropriate folder):
57
- * [ RL_Q-Learning_E-1] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E1 )
58
- * [ RL_Q-Learning_E-2] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E2 )
59
- * [ RL_Q-Learning_E-3] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E3 )
60
- * [ RL_Sarsa_E-1] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Sarsa_E1 )
61
- * [ RL_Sarsa_E-2] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Sarsa_E2 )
57
+ * [ RL_Q-Learning_E-1.py ] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E1 )
58
+ * [ RL_Q-Learning_E-2.py ] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E2 )
59
+ * [ RL_Q-Learning_E-3.py ] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Q-Learning_E3 )
60
+ * [ RL_Sarsa_E-1.py ] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Sarsa_E1 )
61
+ * [ RL_Sarsa_E-2.py ] ( https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python/tree/master/RL_Sarsa_E2 )
62
62
63
63
<br />
64
64
Experimental results (figures and tables on this page):
You can’t perform that action at this time.
0 commit comments