File tree Expand file tree Collapse file tree 11 files changed +87
-2
lines changed Expand file tree Collapse file tree 11 files changed +87
-2
lines changed Original file line number Diff line number Diff line change
1
+ # DDPG
2
+
3
+ ::: robot_nav.models.DDPG.DDPG
4
+ options:
5
+ show_root_heading: true
6
+ show_source: true
Original file line number Diff line number Diff line change
1
+ # Hardcoded Model
2
+
3
+ ::: robot_nav.models.HCM.hardcoded_model
4
+ options:
5
+ show_root_heading: true
6
+ show_source: true
Original file line number Diff line number Diff line change
1
+ # PPO
2
+
3
+ ::: robot_nav.models.PPO.PPO
4
+ options:
5
+ show_root_heading: true
6
+ show_source: true
Original file line number Diff line number Diff line change
1
+ # RCPG
2
+
3
+ ::: robot_nav.models.RCPG.RCPG
4
+ options:
5
+ show_root_heading: true
6
+ show_source: true
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ # TD3
2
+
3
+ ::: robot_nav.models.TD3.TD3
4
+ options:
5
+ show_root_heading: true
6
+ show_source: true
Original file line number Diff line number Diff line change
1
+ # __ init__
2
+
3
+ ## Documentation
4
+
5
+ ```
6
+ No documentation available for __init__.
7
+ ```
Original file line number Diff line number Diff line change 1
- # API Reference
1
+ # CNNTD3
2
2
3
3
::: robot_nav.models.CNNTD3.CNNTD3
4
4
options:
Original file line number Diff line number Diff line change 1
- # API Reference
1
+ # Robot Navigation
2
+
3
+ Will be updated
2
4
3
5
::: robot_nav
4
6
options:
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments