Skip to content

Commit 650c38b

Browse files
committed
fixed readme
1 parent f44c21f commit 650c38b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/bitbots_motion/bitbots_rl_motion

src/bitbots_motion/bitbots_rl_motion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The Handlers-folder contains all handlers. A handler is a specific type of objec
1616

1717
The Configs-folder contains all robot/policy specific configurations. Files in the Configs-folder should be in .yaml-format.
1818

19-
phase.py and policy_nodes.py are two files, which do not fall in any of the aforementioned categories.
20-
phase.py defines a PhaseObject, which is responsible for the phase management. policy_nodes.py can be looked as the launch file. It defines, which nodes and policies will be used.
19+
phase.py, policy_nodes.py and previous_action.py are two files, which do not fall in any of the aforementioned categories.
20+
phase.py defines a PhaseObject, which is responsible for the phase management. previous_action.py defindes a PreviousAction object, which is responsible for saving and provide the previous action. policy_nodes.py can be looked as the launch file. It defines, which nodes and policies will be used.
2121
Both files are located in the bitbots_rl_motion folder.
2222

2323
## Execution

0 commit comments

Comments
 (0)