Skip to content

Commit 48cad22

Browse files
Update README.md
1 parent a310429 commit 48cad22

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Reinforcement Learning in Python
22
Implementing Reinforcement Learning (RL) Algorithms for global path planning in tasks of mobile robot navigation. Comparison analysis of Q-learning and Sarsa algorithms fo the environment with cliff, mouse and cheese.
3+
<br/>![DOI](https://zenodo.org/badge/131179151.svg)
34

45
### Reference to:
5-
[1] Valentyn N Sichkar. Reinforcement Learning Algorithms for global path planning // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python (date of access: XX.XX.XXXX)
6+
Valentyn N Sichkar. Reinforcement Learning Algorithms for global path planning // GitHub platform. DOI: 10.5281/zenodo.1317899
67

78
## Description
89
RL Algorithms implemented in Python for the task of global path planning for mobile robot. Such system is said to have feedback. The agent acts on the environment, and the environment acts on the agent. At each step the agent:
@@ -107,8 +108,10 @@ Super complex environment-3 with a lot of obstacles
107108
### <a name="Comparison analysis of Q-Learning and Sarsa algorithms">Comparison analysis of Q-Learning and Sarsa algorithms</a>
108109
![RQ-learning_via_Sarsa](images/Q-learning_via_Sarsa.png)
109110

110-
## MIT License
111-
## Copyright (c) 2018 Valentyn N Sichkar
112-
## github.com/sichkar-valentyn
111+
<br/>
112+
113+
### MIT License
114+
### Copyright (c) 2018 Valentyn N Sichkar
115+
### github.com/sichkar-valentyn
113116
### Reference to:
114-
[1] Valentyn N Sichkar. Reinforcement Learning Algorithms for global path planning // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Reinforcement_Learning_in_Python (date of access: XX.XX.XXXX)
117+
Valentyn N Sichkar. Reinforcement Learning Algorithms for global path planning // GitHub platform. DOI: 10.5281/zenodo.1317899

0 commit comments

Comments
 (0)