-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
41 lines (37 loc) · 1.12 KB
/
CITATION.cff
File metadata and controls
41 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
cff-version: 1.2.0
message: "If you use this software, please cite it as below. For more details, visit the repository or contact the author."
# Author Information
authors:
- family-names: Gouda Shanbog
given-names: Dada Nanjesha
affiliation: "Independent Researcher"
website: "https://dada-nanjesha.github.io"
# Project Information
title: "Path-Planning-for-Intelligent-Mobile-Robots"
version: 1.0.1
doi: "10.5281/zenodo.14954689"
date-released: 2025-02-02
url: "https://github.com/DadaNanjesha/Path-Planning-for-Intelligent-Mobile-Robots"
repository-code: "https://github.com/DadaNanjesha/Path-Planning-for-Intelligent-Mobile-Robots"
license: MIT
# Keywords
keywords:
- "Path Planning"
- "Mobile Robots"
- "A* Algorithm"
- "RRT*"
- "D*"
- "Theta*"
- "DQN-A*"
- "Robotics"
- "Artificial Intelligence"
# Additional Links
references:
- type: doi
value: "10.5281/zenodo.14954689"
- type: url
value: "https://dada-nanjesha.github.io"
- type: url
value: "https://github.com/DadaNanjesha"
- type: url
value: "https://github.com/DadaNanjesha/Path-Planning-for-Intelligent-Mobile-Robots/wiki"