Skip to content

Commit 53fc3d7

Browse files
authored
Merge pull request #6 from reiniscimurs/feature/add_docs
Add docs
2 parents c40c0f3 + 1e2eb94 commit 53fc3d7

34 files changed

+2057
-28
lines changed

docs/api/models/DDPG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DDPG
2+
3+
::: robot_nav.models.DDPG.DDPG
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/models/HCM.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Hardcoded Model
2+
3+
::: robot_nav.models.HCM.hardcoded_model
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/models/PPO.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PPO
2+
3+
::: robot_nav.models.PPO.PPO
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/models/RCPG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# RCPG
2+
3+
::: robot_nav.models.RCPG.RCPG
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/models/SAC.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SAC
2+
3+
::: robot_nav.models.SAC.SAC
4+
options:
5+
show_root_heading: true
6+
show_source: true
7+
8+
::: robot_nav.models.SAC.SAC_actor
9+
options:
10+
show_root_heading: true
11+
show_source: true
12+
13+
::: robot_nav.models.SAC.SAC_critic
14+
options:
15+
show_root_heading: true
16+
show_source: true
17+
18+
::: robot_nav.models.SAC.SAC_utils
19+
options:
20+
show_root_heading: true
21+
show_source: true

docs/api/models/TD3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# TD3
2+
3+
::: robot_nav.models.TD3.TD3
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/models/__init__.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# __init__
2+
3+
## Documentation
4+
5+
```
6+
No documentation available for __init__.
7+
```

docs/api/models/cnntd3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CNNTD3
2+
3+
::: robot_nav.models.CNNTD3.CNNTD3
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/robot_nav.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Robot Navigation
2+
3+
Will be updated
4+
5+
::: robot_nav
6+
options:
7+
show_root_heading: true
8+
show_source: true

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Welcome to DRL-robot-navigation-IR-SIM
2+
3+
Deep Reinforcement Learning algorithm implementation for simulated robot navigation in IR-SIM. Using 2D laser sensor data
4+
and information about the goal point a robot learns to navigate to a specified point in the environment.

0 commit comments

Comments
 (0)